@charset "UTF-8";
.layui-layer-content {
  height: calc(100% - 43px);
}
.layui-layer-content iframe {
  height: 100% !important;
}
.wpcf7{
	display:flex !important;
}
form.wpcf7-form {
    display: flex
;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
form p {
    width: 45%;
}
input.wpcf7-form-control.wpcf7-text {
    width: 100%;
}
.wpcf7-form-control {
    height: 50px;
    border-radius: 4px;
    border: 1px solid #999;
    background-color: transparent;
}
form p:nth-of-type(3) {
    width: 100%;
}
form p:nth-of-type(4) {
    width: 100%;
}
.wpcf7-textarea {
    height: 150px;
}
.wpcf7-submit {
    width: 129px;
    height: 45px;
    background: #000000;
    line-height: 45px;
    color: #fff;
}
/*header start*/
.header-top {
  padding: 24px 80px 1px;
  line-height: 1;
  color: #fff;
  display: flex;
  justify-content: space-between;
}

.header-top a {
  color: #fff;
  margin: 0 3px;
  display: inline-block;
}

.header-top .h-share .iconfont {
  font-size: 12px;
}

.h-tool {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 14px;
}

.h-tool a {
  color: #fff;
  display: flex;
  align-items: center;
  margin-left: 50px;
}

.h-tool .iconfont {
  font-size: 12px;
  margin-right: 4px;
}

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

.nav-box nav#menuPc > ul > li::before {
  content: '';
  width: 0;
  height: 2px;
  background: #B5066D;
  position: absolute;
  top: 100%;
  transition: all 0.6s;
  z-index: 4;
}

.header {
  position: absolute;
  z-index: 2023;
  left: 0;
  right: 0;
  box-sizing: border-box;
}

.header.ny-header {
  background: linear-gradient(180deg, #F3E5DF 0%, #D7BFB6 99%, #C1A29A 100%);
  position: relative;
  top: 0;
}

.logo img {
  width: 200px;
  height: 33px;
}

.header .header-box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

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

.header .h-gp {
  font-weight: 500;
  color: #FFF;
  border-radius: 17px;
  line-height: 34px;
  height: 34px;
  padding: 0 18px;
  background: rgba(48, 127, 226, 0.8);
}

#menuPc a {
  color: #fff;
  display: block;
  padding: 40px 30px;
  line-height: 1;
  font-size: 18px;
}
#menuPc .cur a,#menuPc  a:hover{
    color: #B5066D;
}
#menuPc a .iconfont {
  font-size: 12px;
  transform: scale(0.7);
  position: relative;
  display: inline-block;
}

#menuPc ul {
  display: flex;
}

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

.h-right {
  float: right;
  color: #FFF;
  display: flex;
  align-items: center;
}

.h-right a {
  color: #FFF;
}

.h-right .h-top {
  margin-bottom: 12px;
  text-align: right;
}

.h-tool dl {
  display: flex;
}

.h-tool dl dd {
  position: relative;
  /* padding-right: 40px; */
  margin-left: 20px;
}

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

.h-tool dl dd:after {
  padding-right: 0;
  margin-right: 0;
  display: none;
}

.h-tool dl dd:nth-last-child(1):after {
  display: none;
}

.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 {
  padding: 100px 0 80px;
  background-color: #F6F6F6;
}

.f-logo {
  width: 200px;
  margin-top: 32px;
}

.f-logo img {
  width: 100%;
  height:auto;
}

.f-share .iconfont {
  font-size: 20px;
}

.f-share a {
  display: inline-block;
  margin: 0 24px;
  transition: all 0.3s;
}

.f-share a:hover {
  color: #B5066D;
}

.footer-box {
  display: flex;
  justify-content: space-between;
}

.footer-box h3 {
  font-weight: 500;
  color: #4A4A4A;
  margin-bottom: 26px;
}

.footer-box .f-share {
  text-align: center;
}

.footer-box .f-right {
  text-align: center;
}

.foot-copy {
  color: #929292;
}

.f-search {
  width: 400px;
  margin-bottom: 24px;
}

.f-search .f-form {
  position: relative;
}
.f-search .f-form .usedComp label{
    display: none;
}
.f-search .f-form input {
  width: 100%;
  border: 1px solid #E2E2E2;
  height: 66px;
  box-sizing: border-box;
  padding: 14px;
}

.f-search .f-form input::placeholder {
  color: #929292;
  font-size: 14px;
}
.f-search .f-form  .usedComp{
    width: 100%;
    margin-bottom: 0;
}
.f-search .f-form  .xhl-controls .xhl-form-tip{
    display: none;
}
.f-search .f-form button,.f-search .f-form #xhlFormSubmit {
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background-color: #000000;
  color: #FFF;
  padding: 0 24px;
  border: none;
  font-weight: 500;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}

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

.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 .swiper-slide {
  position: relative;
  overflow: hidden;
  height: 100%;
}

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

.banner .bg-box img {
  width: 100%;
  transform: scale(1.1);
  transition: all 4s;
  object-fit: cover;
  height: auto;
}

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

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

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

.banner .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  opacity: 1;
  background: transparent;
  border-radius: inherit;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: all 0.6s;
  box-sizing: border-box;
}

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

.banner .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #FFF;
}

.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: 0%;
  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 {
  box-sizing: border-box;
  line-height: 1.3;
}

.banner .banner-content .text h2 {
  margin-bottom: 3px;
}

.banner .banner-content .text h3 {
  color: #686868;
}

.banner .banner-content .text .see-more {
  background-color: #FFF;
  color: #686868;
  border-radius: 4px;
  padding: 10px 24px;
  display: inline-block;
  transition: all 0.3s;
	margin-top: 600px;
}

.banner .banner-content .text .see-more:hover {
  background-color: #B5066D;
  color: #FFF;
}

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

.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;
}

.inner-banner {
  position: relative;
}

.inner-banner img {
  width: 100%;
}

.inner-banner .text {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  text-transform: uppercase;
}
.inner-banner h3{
    margin-bottom: 0;
}
/*轮播图end*/
.crumbs-box {
  padding: 20px 0;
  color: #666;
  text-transform: uppercase;
  font-size: 18px;
  border-bottom: 1px solid #EEEEEE;
  text-transform: uppercase;
}

.crumbs-box .home {
  background: url("../images/home.png") no-repeat 0 50%;
  background-size: 20px;
  padding-left: 29px;
}

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

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

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

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

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

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

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

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

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

.page-box .page-list a {
  background-color: #EFEFEF;
}

.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: #666;
  margin: 0 3px;
  width: 33px;
  height: 33px;
  line-height: 33px;
  justify-content: center;
  transition: all 0.3s;
  border-radius: 50%;
}

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

.page-box .page-inner .current,
.page-box .page-inner a:hover {
  color: #fff;
  background-color: #B5066D;
  font-weight: bold;
}

/*分页 end*/
/*公共样式定义 end*/
.child-box {
  background-color: rgba(238, 222, 215, 0.9);
  position: absolute;
  top: 100%;
  width: 100%;
}

.child-box .child-nav {
  display: none;
  padding: 70px 0;
}

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

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

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

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

.nav-product .np-item:hover .imgshow .v-more {
  opacity: 1;
  visibility: visible;
}

.nav-product .imgshow {
  position: relative;
}

.nav-product .imgshow .v-more {
  cursor: pointer;
  font-size: 16px;
  color: #FFF;
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  padding: 10px 26px;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
  white-space: nowrap;
}

.nav-product .imgshow .text {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  color: #FFF;
  padding: 6px;
  box-sizing: border-box;
}

.nav-product .imgshow .text h3 {
  font-weight: 400;
  text-align: center;
}

.nav-product dl {
  padding: 40px 0 0;
  display: flex;
  /*justify-content: space-around;*/
  flex-wrap: wrap;
}
.nav-product dd{
    width: 50%;
    /*min-width: 33.33%;*/
}
.nav-product dd a {
  color: #4A4A4A;
  transition: all 0.3s;
  padding: 0 0 1px;
}

.nav-product dd a:hover {
  color: #B5066D;
  border-bottom: 1px solid #B5066D;
}

.index-wedo-grid {
  display: flex;
  flex-direction: row-reverse;
  margin: 130px 0 0;
}

.index-wedo-grid .imgshow {
  width: 72%;
}

.index-wedo-grid .text {
  flex: 1;
  margin-right: 3%;
  color: #686868;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.index-wedo-grid .text h3 {
  color: #000;
  margin-bottom: 12px;
}

.index-wedo-grid .img-box {
  padding-bottom: 62.75046%;
	height: 100%;
    box-sizing: border-box;
}

.index-wedo-grid .text-logo {
  background-color: #F1E3DD;
  color: #FFF;
  box-sizing: border-box;
  padding: 20px;
  text-align: center;
}

.index-wedo-grid .text-logo h5 {
  font-weight: 900;
  font-size: 70px;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  display: inline-block;
  border-left: 2px solid #FFF;
}

.index-wedo-grid .t-top {
  flex: 1;
}

.title {
  margin: 110px 0 60px;
  text-align: center;
}

.title h3 {
  color: #686868;
}

.ser-list .icon {
  width: 102px;
  margin-right: 40px;
  flex-shrink: 0;
}

.ser-list .s-item {
  display: flex;
}

.ser-list li {
  margin-bottom: 70px;
}

.ser-list li:nth-last-child(1), .ser-list li:nth-last-child(2) {
  margin-bottom: 0;
}

.ser-list ul {
  margin: 0 -60px;
  display: flex;
  flex-wrap: wrap;
}

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

.ser-list li {
  width: 50%;
  padding: 0 60px;
  box-sizing: border-box;
}

.ser-list .line {
  width: 40px;
  height: 1px;
  background: #B8B8B8;
  margin: 18px 0;
}

.ser-list h3 {
  color: #333;
  font-weight: 600;
}

.ser-list .text-p {
  color: #888888;
}

.index-solution-grid {
  padding: 0 30px;
}

.index-solution-grid .imgshow {
  margin-bottom: 16px;
}

.index-solution-grid .imgshow .img-box {
  padding-bottom: 122.14765%;
}

.index-solution-grid .icon {
  width: 71px;
  margin-right: 16px;
}

.index-solution-grid .sub-tt {
  display: flex;
  align-items: center;
  color: #929292;
}

.index-solution-grid .sub-tt h3 {
  color: #000;
}

.index-cooper-grid {
  margin: 140px 0 0;
  background-color: #F1E3DD;
  padding: 1px 0 70px;
}

.index-cooper-grid .cooper-top {
  display: flex;
}

.index-cooper-grid .cooper-top .cooper-page {
  flex: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.index-cooper-grid .cooper-top .cooper-page .swiper-pagination-bullet {
  width: auto;
  background-color: transparent;
  height: auto;
  color: #929292;
  opacity: 1;
  position: relative;
  font-weight: bold;
  margin: 0 20px;
}

.index-cooper-grid .cooper-top .cooper-page .swiper-pagination-bullet:after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  background-color: #9FA3A7;
  content: '';
  right: 0;
  transition: all 0.3s;
  opacity: 0;
}

.index-cooper-grid .cooper-top .cooper-page .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #B5066D;
}

.index-cooper-grid .cooper-top .cooper-page .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  opacity: 1;
}

.index-cooper-grid .gallery-top {
  background-color: #FFF;
  width: calc(50% - 15px);
  box-sizing: border-box;
  padding: 75px;
  padding-left: calc((100% - 1440px)/2);
  color: #4a4a4a;
}

.index-cooper-grid .gallery-thumbs {
  position: relative;
}

.index-cooper-grid .gallery-thumbs:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 80%;
  width: calc(50% - 15px);
  background: #FFF;
}

.index-cooper-grid .gallery-thumbs .swiper-slide {
  padding-bottom: 26px;
}

.index-cooper-grid .gallery-thumbs .swiper-slide.swiper-slide-thumb-active .c-item {
  transform: translateY(26px);
  border-color: #B5066D;
}

.index-cooper-grid .gallery-thumbs .swiper-slide.swiper-slide-thumb-active .c-item .h-text {
  opacity: 1;
  visibility: visible;
}

.index-cooper-grid .c-item {
  position: relative;
  transition: all 0.3s;
  border: 1px solid transparent;
}

.index-cooper-grid .c-item .h-text {
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #B5066D;
  color: #FFF;
  padding: 12px;
  text-align: center;
}

.faq-search {
  text-align: center;
  margin-bottom: 50px;
}

.faq-search .search-form {
  display: inline-block;
  position: relative;
  border-bottom: 2px solid #000;
  max-width: 500px;
  width: 100%;
}

.faq-search .search-form button {
  background-color: #000;
  color: #fff;
  border: none;
  box-shadow: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 10px 26px;
  transition: all 0.4s;
}

.faq-search .search-form button:hover {
  background-color: #B5066D;
}

.faq-search .search-form input {
  width: 100%;
  border: none;
  box-sizing: border-box;
  height: 45px;
}

.faq-search .search-form input::placeholder {
  color: #929292;
  font-size: 14px;
}

.index-faq-grid {
  padding: 0 90px;
}

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

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

.index-faq-grid .faq-list li {
  width: 20%;
  padding: 0 19px;
  box-sizing: border-box;
}

.index-faq-grid li {
  margin-bottom: 34px;
}

.index-faq-grid .icon {
  width: 72px;
  display: inline-block;
  margin-bottom: 10px;
}

.index-faq-grid .icon .h-img {
  display: none;
}

.index-faq-grid .f-item {
  box-sizing: border-box;
  height: 100%;
  color: #4A4A4A;
  border: 1px solid #E2E2E2;
  text-align: center;
  padding: 32px 12px 12px;
  border-radius: 2px;
}

.index-faq-grid .f-item:hover {
  color: #B5066D;
}

.index-faq-grid .f-item:hover .icon .d-img {
  display: none;
}

.index-faq-grid .f-item:hover .icon .h-img {
  display: inline-block;
}

.index-faq-grid .faq-cont {
  display: flex;
}

.index-faq-grid .faq-cont .faq-list {
  flex: 1;
}

.index-faq-grid .faq-cont .text {
  width: 236px;
  margin-left: 48px;
}

.index-faq-grid .faq-cont .text .text-p {
  padding: 26px;
  box-sizing: border-box;
  height: calc(100% - 34px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #000;
}

.index-faq-grid .faq-cont .text h3 {
  color: #fff;
  margin-bottom: 20px;
}

.index-faq-grid a {
  color: #fff;
 
}

.index-faq-grid a .iconfont{
    position: absolute;
    left: 24px;
    top: 50%;
    transform: translateY(-50%) rotate(-135deg);
    font-weight: 300;
    font-size: 12px;
}
.index-faq-grid a:hover {
  color: #B5066D;
  background: #FFF;
}

.index-faq-grid dd {
  margin-bottom: 14px;
}
.index-faq-grid dd  a{
     background:rgba(246, 246, 246, 0.2);
  padding: 5px 24px 5px 44px;
  display: block;
  transition: all 0.3s;
  position: relative;
}
.index-feed-grid {
  position: relative;
  padding: 0 95px;
}

.index-feed-grid .f-item {
  color: #B2B2B2;
  display: flex;
  font-style: italic;
}

.index-feed-grid .f-item .icon {
  border-radius: 50%;
  overflow: hidden;
}

.index-feed-grid .imgshow {
  width: 150px;
  flex-shrink: 0;
  margin-right: 18px;
}

.index-feed-grid .text {
  background: url("../images/index-feed-icon.png") no-repeat 0 0;
  padding: 18px 0 0 34px;
  margin-top: 20px;
}

.index-feed-grid h3 {
  font-style: normal;
  color: #333;
  text-align: center;
  margin-top: 14px;
}

.index-feed-grid .swiper-button-prev {
  left: 0;
}

.index-feed-grid .swiper-button-next {
  right: 0;
}

.index-feed-grid .swiper-button-prev,
.index-feed-grid .swiper-button-next {
  margin-top: 0;
  top: 50px;
  width: 52px;
  height: 52px;
  border-radius: 4px;
  border: 1px solid #4a4a4a;
  background: none;
  color: #4a4a4a;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}

.index-feed-grid .swiper-button-prev:hover,
.index-feed-grid .swiper-button-next:hover {
  border-color: #B5066D;
  color: #B5066D;
}

.index-feed-grid .swiper-button-prev .iconfont,
.index-feed-grid .swiper-button-next .iconfont {
  font-size: 20px;
}

.feed-btns {
  text-align: center;
  margin: 50px 0 80px;
}

.view-more {
  color: #686868;
  font-weight: 500;
  border: 1px solid #686868;
  padding: 10px 25px;
  border-radius: 4px;
  transition: all 0.4s;
}

.view-more:hover {
  color: #fff;
  border-color: #B5066D;
  background-color: #B5066D;
}

.content-page {
  display: flex;
  margin: 80px 0;
  overflow: hidden;
}

.content-left {
  width: 25%;
  margin-right: 5%;
}

.content-right {
  width: 70%;
}

.left-menu .m-t {
  background-color: #000;
  color: #FFF;
  padding: 12px 16px;
  margin-bottom: 10px;
}

.left-menu .m-t h3 {
  background-repeat: no-repeat;
  background-size: 21px;
  background-image: url("../images/m-icon1.png");
  background-position: 0 50%;
  padding-left: 42px;
}

.left-menu li {
  margin-bottom: 45px;
  padding-bottom: 1px;
}

.left-menu li h4 {
  background-color: #F6F6F6;
  padding: 6px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.left-menu li h4 .iconfont {
  font-size: 14px;
  font-weight: 400;
  transition: all 0.3s;
}

.left-menu li.act dl {
  display: block;
}

.left-menu li.act h4 .iconfont {
  transform: rotate(-180deg);
}

.left-menu li.cur h4 .iconfont {
  transform: rotate(-180deg);
}

.left-menu dl {
  display: none;
}

.left-menu dd {
  margin-bottom: 12px;
  font-weight: 500;
  padding-right: 38px;
}

.left-menu dd.cur a {
  color: #B5066D;
}

.left-menu dd a {
  display: block;
  background-color: #F6F6F6;
  color: #8A8A8A;
  padding: 6px 24px;
  transition: all 0.4s;
}

.left-menu dd a:hover {
  color: #B5066D;
}

.left-menu dd small {
  font-size: 12px;
  display: inline-block;
  margin-right: 8px;
}

.left-con {
  background: url("../images/left-con.png") no-repeat;
  padding: 20px 30% 110px 20px;
  background-size: cover;
}

.left-con .con-more {
  display: inline-block;
  border: 1px solid #000;
  padding: 10px 20px;
  margin-top: 14px;
  transition: all 0.3s;
}

.left-con .con-more:hover {
  border-color: #000;
  color: #FFF;
  background-color: #000;
}

.left-table {
  margin-top: 32px;
  padding-bottom: 24px;
  background-color: #F6F6F6;
}

.left-table .m-t {
  background-color: #000;
  color: #FFF;
  padding: 12px 16px;
  margin-bottom: 10px;
}

.left-table .m-t h3 {
  background-repeat: no-repeat;
  background-size: 21px;
  background-image: url("../images/m-icon2.png");
  background-position: 0 50%;
  padding-left: 42px;
}

.left-table h3 {
  padding: 12px;
}

.left-table .t-item {
  padding: 0 4px;
}

.left-table .text h4 {
  padding: 12px;
  border-top: 1px solid rgba(104, 104, 104, 0.4);
}

.left-table .text dd {
  border-top: 1px solid #E2E2E2;
  padding: 8px 12px;
  color: #8A8A8A;
}

.proudct-list ul {
  margin: 0 -23px;
  display: flex;
  flex-wrap: wrap;
}

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

.proudct-list li {
  width: 25%;
  padding: 0 23px;
  box-sizing: border-box;
}

.proudct-list .img-box {
  padding-bottom: 99.42529%;
}

.proudct-list li {
  margin-bottom: 46px;
}

.proudct-list .p-item {
  border: 1px solid #BEBEBE;
  display: block;
  color: #4A4A4A;
  box-sizing: border-box;
  height: 100%;
  position: relative;
}

.proudct-list .p-item:hover h3 {
  color: #B5066D;
}

.proudct-list .p-item:hover .imgshow .icon {
  opacity: 1;
  visibility: visible;
}

.proudct-list .p-item:hover .imgshow:after {
  opacity: 1;
  visibility: visible;
}

.proudct-list .p-item h3 {
  text-align: center;
  padding: 11px;
  font-size: 18px;
}

.proudct-list .p-item .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 77px;
  height: 77px;
  background: url("../images/p-link.png") no-repeat 50% 50%;
  background-size: cover;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
}

.proudct-list .p-item .imgshow {
  position: relative;
}

.proudct-list .p-item .imgshow:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.3s;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}

.product-cattext {
  padding: 100px 0 0;
}

.product-cattext h5 {
  text-align: center;
  margin-bottom: 16px;
  font-size: 3.4rem;
  font-weight: 600;
}

.product-cattext .text {
  color: #686868;
}

.product-cattext .text em {
  color: #000;
  font-weight: 600;
}

.product-cattext dd {
  border-bottom: 1px solid #E2E2E2;
  padding-bottom: 68px;
  margin-bottom: 70px;
}

.product-cattext dd:nth-last-child(1) {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.product-cat-top {
  margin-bottom: 84px;
}

.product-cat-top .pc-t {
  margin-bottom: 24px;
}

.product-cat-top h2 {
  padding-bottom: 3px;
  display: inline-block;
  border-bottom: 3px solid #B5066D;
  line-height: 1;
}

.product-cat-top .text {
  color: #686868;
}

.prodis-cont {
  display: flex;
}

.prodis-cont .text {
  width: 57%;
 padding-left: calc((100vw - 1600px)/2 + 20px);
  box-sizing: border-box;
  color: #686868;
  padding-top: 32px;
}

.prodis-cont .text .t-tt {
  color: #000;
  border-bottom: 3px solid #B5066D;
  display: inline-block;
}
.prodis-cont .text-p {
  margin: 24px 0 0;
  font-size: 16px;
  font-weight: 300;
}

.prodis-cont .prodis-block {
  border: 1px solid #E2E2E2;
  padding: 24px 18px;
  margin-bottom: 18px;
}

.prodis-cont .prodis-block .p-t {
  text-transform: uppercase;
  margin: 0 0 20px;
  color: #000;
}

.prodis-cont .prodis-block .p-td dd {
  font-size: 16px;
  position: relative;
  padding-left: 16px;
  color: #666;
  display: flex;
}

.prodis-cont .prodis-block .p-td dd label {
  flex-shrink: 0;
  width: 28%;
  font-weight: 500;
}

.prodis-cont .text-con {
  color: #929292;
  padding: 0 18px;
}

.prodis-cont .text-con em {
  color: #666;
}

.p-links {
  display: flex;
  padding: 50px 0;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  margin: 32px 0 50px;
}

.p-links .h-img {
  display: none;
}

.p-links a {
  display: inline-block;
  border: 1px solid #000;
  padding: 12px 20px;
  transition: all 0.3s;
  color: #000;
  margin-right: 55px;
  box-sizing: border-box;
  min-width: 178px;
}

.p-links a:hover,.p-links a.active {
  background-color: #000;
  color: #FFF;
}

.p-links a:hover .h-img ,.p-links a.active .h-img{
  display: inline-block;
}

.p-links a:hover .d-img ,.p-links a.active .d-img{
  display: none;
}

.p-links .icon {
  margin-right: 14px;
}

.prodis-swiper {
  width: 43%;
  position: sticky;
  top: 0;
  flex-shrink: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  transition: all 0.3s;
  /*justify-content:center;*/
  
}
.prodis-cont.act .prodis-swiper{
    justify-content:center;
}
.prodis-swiper .prodis-center{
    position: relative;
}
.prodis-swiper .gallery-top2 {
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}

/*.prodis-swiper .gallery-top2 .img-box {*/
/*  padding-bottom: 85.83106%;*/
/*}*/

.prodis-swiper .gallery-top2 .icon-yulan {
  position: absolute;
  color: #B4B4B4;
  top: 20px;
  right: 20px;
  font-size: 24px;
  z-index: 2;
  cursor: pointer;
}

.prodis-swiper .gallery-top2 .icon-yulan:hover {
  color: #B5066D;
}

.prodis-swiper .gallery-top2 .swiper-button-next {
  right: 5%;
}

.prodis-swiper .gallery-top2 .swiper-button-prev {
  left: 5%;
}

.prodis-swiper .gallery-top2 .swiper-button-next,
.prodis-swiper .gallery-top2 .swiper-button-prev {
  background-color: rgba(0, 0, 0, 0.2);
  width: 38px;
  height: 38px;
  border-radius: 50%;
}

.prodis-swiper .gallery-top2 .swiper-button-next:after,
.prodis-swiper .gallery-top2 .swiper-button-prev:after {
  display: none;
}

.prodis-swiper .gallery-top2 .swiper-button-next .iconfont,
.prodis-swiper .gallery-top2 .swiper-button-prev .iconfont {
  font-size: 16px;
  color: #fff;
}

.prodis-swiper .gallery-top2 .swiper-button-next:hover,
.prodis-swiper .gallery-top2 .swiper-button-prev:hover {
  background-color: #B5066D;
}

.prodis-swiper .gallery-thumbs2 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 16px;
  text-align: center;
}

.prodis-swiper .gallery-thumbs2 .swiper {
  width: 50%;
  margin: 0 auto;
}

.prodis-swiper .gallery-thumbs2 .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid #fff;
}

.prodis-swiper .gallery-thumbs2 .swiper-slide.swiper-slide-thumb-active {
  border-color: #B5066D;
}

.like-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px 0 32px;
}

.like-title span {
  width: 100px;
  height: 1px;
  background-color: #999;
}

.like-title h4 {
  padding: 0 12px;
  color: #1A1A1A;
  text-transform: uppercase;
}

.like-page {
  position: relative;
  height: 24px;
  margin: 20px 0;
  text-align: center;
  width: 100%;
}

.like-page .swiper-pagination {
  width: 100%;
}

.like-page .swiper-pagination-bullet {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid transparent;
  box-sizing: border-box;
  background-color: transparent;
  position: relative;
  transition: all 0.3s;
}

.like-page .swiper-pagination-bullet:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  margin: -6px 0 0 -6px;
  transition: all 0.3s;
}

.like-page .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: #B5066D;
}

.like-page .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  background-color: #B5066D;
}

.message-grid {
  background: #FFFFFF;
  box-shadow: 1px 3px 16px 1px rgba(0, 0, 0, 0.1);
  padding: 30px 60px;
}

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

.message-grid .usedComp label {
  font-size: 14px;
  color: #000;
}

.message-grid .xhl-input-xlarge {
  background-color: #FFF;
  border: 1px solid #999;
  height: 50px;
  border-radius: 4px;
}

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

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

.msg-title {
  margin-bottom: 16px;
}

.msg-title h3 {
  color: #1A1A1A;
  margin-bottom: 12px;
}

.msg-title h4 {
  color: #B5066D;
  font-weight: 400;
  position: relative;
  padding-left: 40px;
}

.msg-title h4:after {
  margin-top: -2px;
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 30px;
  height: 3px;
  background: #B5066D;
}

.content-product-detail {
  padding: 60px 0;
}

.blog-filter {
  margin: 55px 0 0;
}

.blog-filter .layui-form {
  display: flex;
}

.blog-filter .b-select {
  margin-right: 24px;
  width: 388px;
  position: relative;
  padding-left: 145px;
  box-sizing: border-box;
  background: #F5F5F5;
  border-radius: 16px;
  padding-right: 20px;
}

.blog-filter .b-select label {
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  color: #666;
  text-transform: capitalize;
}

.blog-filter .layui-form-select .layui-input {
  border: none;
  background-color: transparent;
  height: 72px;
  line-height: 72px;
  text-align: right;
  font-size: 20px;
  text-transform: capitalize;
  padding-right: 36px;
}

.blog-filter .layui-form-select .layui-edge {
  border: none;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background: url("../images/arrow.png") no-repeat;
  background-size: cover;
}

.company-newslist {
  display: flex;
}

.company-newslist .news-left {
  width: 45%;
  display: block;
}

.company-newslist .news-left .img-box {
  padding-bottom: 67.42424%;
}

.company-newslist .news-right {
  width: 47%;
  box-sizing: border-box;
  padding-left: 4%;
  margin-left: 4%;
  border-top: 1px solid #ECEFF1;
}

.company-newslist .news-right .n-item h3 {
  color: #555;
}

.company-newslist .n-item {
  display: flex;
  padding: 28px 0;
  border-bottom: 1px solid #F0EDEB;
  color: #929292;
  transition: all 0.3s;
  align-items: center;
}

.company-newslist .n-item:hover h3 {
  color: #B5066D;
}

.company-newslist .n-item h3 {
  color: #000;
  margin-bottom: 5px;
  transition: all 0.3s;
}

.company-newslist .n-item p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.company-newslist .n-item .date {
  background: #FCFBFA;
  border: 1px solid #F0EDEB;
  margin-right: 30px;
  padding: 10px 0;
  width: 104px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #888888;
  line-height: 1.2;
}

.company-newslist .n-item .date em, .company-newslist .n-item .date span {
  display: block;
}

.company-newslist .n-item .date em {
  font-size: 40px;
  font-weight: 600;
  color: #686868;
}

.ind-newslist {
  padding-bottom: 70px;
}

.ind-newslist li {
  margin-bottom: 44px;
}

.ind-newslist .d-item {
  display: flex;
  color: #929292;
  border: 1px solid #ccc;
  padding: 30px 0 30px 30px;
  padding-right: 160px;
  position: relative;
}

.ind-newslist .d-item .v-more {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #000;
  color: #FFF;
  padding: 10px 26px;
  display: inline-block;
  transition: all 0.3s;
}

.ind-newslist .d-item .v-more:hover {
  background-color: #B5066D;
}

.ind-newslist .d-item .imgshow {
  width: 296px;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 60px;
  flex-shrink: 0;
}

.ind-newslist .d-item .imgshow .img-box {
  padding-bottom: 81.08108%;
}

.ind-newslist .date {
  background: url("../images/date.png") no-repeat 0 50%;
  color: #929292;
  padding-left: 30px;
}

.ind-newslist h3 {
  color: #555555;
  margin: 12px 0 5px;
}

.content-blog-detail {
  display: flex;
  padding-top: 80px;
}

.content-blog-detail .content-blog-left {
  width: 61%;
}

.content-blog-detail .content-blog-left .text em {
  color: #B5066D;
}

.content-blog-detail .content-blog-left .text img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-top: 24px;
  margin-bottom: 24px;
}

.content-blog-detail .content-blog-right {
  width: 30%;
  margin-left: 9%;
}

.content-blog-detail .nd-tt {
  padding: 0px 0 12px;
  color: #929292;
  border-bottom: 1px solid #EFEFEF;
  margin-bottom: 40px;
}

.content-blog-detail .nd-tt h3 {
  color: #000;
  margin-bottom: 12px;
}

.news-showcase .c-t {
  margin: 120px 0 32px;
}

.news-showcase .c-t h4 {
  color: #000;
}

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

.showcase-list li:nth-of-type(2n) .s-item {
  flex-direction: row-reverse;
}

.showcase-list li:nth-of-type(2n) .s-item .imgshow {
  margin-left: 16px;
  margin-right: 0;
}

.showcase-list .s-item {
  display: flex;
}

.showcase-list .s-item .imgshow {
  width: 320px;
  flex-shrink: 0;
  margin-right: 16px;
}

.showcase-list .s-item .imgshow .img-box {
  padding-bottom: 109.6875%;
}

.showcase-list .s-item .s-txt {
  background-color: #f5f5f5;
  width: 100%;
  box-sizing: border-box;
  padding: 24px;
  color: #686868;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.showcase-list .s-item .s-txt h5 {
  font-weight: 400;
  color: #B5066D;
  margin-bottom: 8px;
}

.blog-page {
  border-top: 1px solid #E3E3E3;
  border-bottom: 1px solid #E3E3E3;
  padding: 60px 5%;
  display: flex;
  justify-content: space-between;
}

.blog-page a {
  color: #888888;
  transition: all 0.4s;
}

.blog-page a:hover {
  color: #000;
}

.blog-page .iconfont {
  color: #B5066D;
  font-size: 20px;
}

.blog-share {
  padding: 36px 0;
  border-top: 1px solid #CACACB;
  border-bottom: 1px solid #CACACB;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog-share a {
  margin-left: 24px;
  transition: all 0.4s;
}

.blog-share a:hover {
  color: #B5066D;
}

.related-blog .re-tt {
  margin: 62px 0 30px;
}

.related-blog .company-newslist .n-item h3 {
  color: #555;
}

.related-blog .company-newslist .n-item:hover h3 {
  color: #333;
}

.related-blog .company-newslist .n-item .date em {
  color: #888;
}

.blog-msg {
  margin: 58px 0 115px;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  padding: 24px 44px;
}

.blog-msg .m-t {
  margin-bottom: 20px;
}

.blog-msg .usedComp {
  width: 100%;
  margin-right: 0;
}

.blog-msg .usedComp label {
  font-size: 14px;
  color: #000;
}

.blog-msg .xhl-input-xlarge {
  background-color: #FFF;
  border: 1px solid #e2e2e2;
  height: 50px;
  border-radius: 4px;
}

.blog-msg .xhl-controls .xhl-textarea {
  background-color: #FFF;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
}

.blog-msg #xhlFormSubmit {
  background-color: #000;
  width: 129px;
  height: 45px;
  background: #000000;
  line-height: 45px;
  border-radius: 0;
  margin: 0;
}

.content-faq .faq-list {
  margin: 75px 0;
}

.content-faq .faq-list .f-t {
  background-color: #F8F8F8;
  display: flex;
  align-items: center;
  padding: 24px 40px;
  justify-content: space-between;
  overflow: hidden;
  color: #929292;
}

.content-faq .faq-list .f-t .icon-jianhao {
  display: none;
}

.content-faq .faq-list .f-t .iconfont {
  font-size: 30px;
}

.content-faq .faq-list .f-t h3 {
  display: flex;
}

.content-faq .faq-list .f-text {
  box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.16);
  padding: 22px 40px;
  overflow: hidden;
  color: #666666;
}

.content-faq .faq-list li {
  margin-bottom: 40px;
}

.content-faq .faq-list .s-show {
  display: none;
}

.content-faq .faq-list .act .f-t, .content-faq .faq-list .cur .f-t {
  background-color: #000;
  color: #fff;
}

.content-faq .faq-list .act .f-t .icon-jianhao, .content-faq .faq-list .cur .f-t .icon-jianhao {
  display: inline-block;
}

.content-faq .faq-list .act .f-t .icon-jiahao, .content-faq .faq-list .cur .f-t .icon-jiahao {
  display: none;
}

.content-faq .faq-list .act .s-show {
  display: block;
}
.oem-info-bg{
    background: #F5F5F5;
    padding: 54px 0 32px;
    margin: 80px 0 0;
}
.oem-info-bg .title{
    text-align: left;
    margin: 0 0 12px;
}
.oem-info-bg .title em{
    color: #B5066D;
}
.oem-info {
  display: flex;
  flex-direction: row-reverse;
}

.oem-info .imgshow {
  width: 53%;
}

.oem-info .imgshow .img-box {
  padding-bottom: 69.41176%;
}

.oem-info .text {
  width: 47%;
  box-sizing: border-box;
  padding-right: 4%;
}

.custom-item {
  text-align: center;
  margin: 0 0 68px;
}

.custom-item a {
  display: inline-block;
  padding: 10px 28px;
  border: 1px solid #000;
  color: #000;
  margin: 0 8px;
}

.custom-item a.cur {
  background-color: #000;
  color: #fff;
}

.custom-swiper {
  position: relative;
  padding: 0 70px;
}

.custom-swiper .c-item {
  text-align: center;
}

.custom-swiper .c-item h3 {
  padding: 10px;
}

.custom-swiper .img-box {
  padding-bottom: 110%;
}

.custom-swiper .swiper-button-prev {
  left: 0;
}

.custom-swiper .swiper-button-next {
  right: 0;
}

.custom-swiper .swiper-button-prev,
.custom-swiper .swiper-button-next {
  margin-top: 0;
  top: 150px;
  width: 52px;
  height: 52px;
  border-radius: 4px;
  border: 1px solid #4a4a4a;
  background: none;
  color: #4a4a4a;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}

.custom-swiper .swiper-button-prev:hover,
.custom-swiper .swiper-button-next:hover {
  border-color: #B5066D;
  color: #B5066D;
}

.custom-swiper .swiper-button-prev .iconfont,
.custom-swiper .swiper-button-next .iconfont {
  font-size: 20px;
}

.custom-swiper .cust-page {
  position: relative;
  height: 24px;
  padding: 40px 0;
}

.custom-swiper .cust-page .swiper-pagination {
  width: 100%;
}

.custom-swiper .cust-page .swiper-pagination-bullet {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid transparent;
  box-sizing: border-box;
  background-color: transparent;
  position: relative;
  transition: all 0.3s;
}

.custom-swiper .cust-page .swiper-pagination-bullet:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  margin: -6px 0 0 -6px;
  transition: all 0.3s;
}

.custom-swiper .cust-page .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: #B5066D;
}

.custom-swiper .cust-page .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  background-color: #B5066D;
}

.oem-smtt {
  text-align: center;
  color: #B5066D;
  margin: 0 0 24px;
}

.brand-list ul {
  margin: 0 -6px;
  display: flex;
  flex-wrap: wrap;
}

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

.brand-list li {
  width: 26.5%;
  padding: 0 6px;
  box-sizing: border-box;
}

.brand-list.w3 ul {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}

.brand-list.w3 .imgshow img {
  width: 100%;
}

.brand-list.w3 li {
  width: 39%;
  padding: 0 10px;
  box-sizing: border-box;
}

.brand-list.w3 li:nth-child(2) {
  width: 28%;
}

.brand-list.w3 li:nth-child(3) {
  width: 33%;
}

.brand-list.w4 li:nth-child(3) {
  width: 20.5%;
}

.brand-list dl {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.brand-list dd {
  margin-bottom: 14px;
}

.brand-list dd:nth-last-child(1) {
  margin-bottom: 0;
}

.brand-list .b-item {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  border: 1px solid #E2E2E2;
}

.brand-list .b-item:hover h3 {
  opacity: 1;
  visibility: visible;
}

.brand-list .b-item h3 {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 8px;
  color: #FFF;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}

.oem-packaging .line {
  height: 1px;
  background-color: #E2E2E2;
  margin: 85px 0 22px;
}

.solu-list {
  text-align: center;
}

.solu-list ul {
  margin: 0 -8px;
  display: flex;
  flex-wrap: wrap;
}

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

.solu-list li {
  width: 25%;
  padding: 0 8px;
  box-sizing: border-box;
}

.solu-list .icon {
  width: 71px;
  display: inline-block;
}

.solu-list .s-item {
  padding: 0px 0 12px;
}

.oem-solu-list {
  text-align: center;
}

.oem-solu-list ul {
  margin: 0 -8px;
  display: flex;
  flex-wrap: wrap;
}

.oem-solu-list .imgshow img {
  width: 100%;
}

.oem-solu-list li {
  width: 25%;
  padding: 0 8px;
  box-sizing: border-box;
}

.oem-solu-list .icon {
  width: 150px;
  display: inline-block;
  margin-bottom: 12px;
}

.oem-solu-list .s-item {
  border: 1px solid #CCCCCC;
  padding: 24px 0 12px;
}

.tech-list {
  color: #686868;
  overflow: hidden;
}

.tech-list ul {
  margin: 0 -48px;
  display: flex;
  flex-wrap: wrap;
}

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

.tech-list li {
  width: 50%;
  padding: 0 48px;
  box-sizing: border-box;
}

.tech-list .t-item {
  display: flex;
}

.tech-list .t-item .imgshow {
  flex-shrink: 0;
  width: 41%;
}

.tech-list .t-item .img-box {
  padding-bottom: 107.37179%;
}

.tech-list .text {
  width: 59%;
  box-sizing: border-box;
  margin-left: -16px;
  z-index: 2;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tech-list .text-p {
  padding: 12px 24px;
  background: #F8F8F8;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  height: 95%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.oem-tech-rd {
  margin: 78px 0;
  overflow: hidden;
}

.oem-tech-rd .rd-tt {
  text-align: center;
  padding-bottom: 82px;
  position: relative;
}

.oem-tech-rd .rd-tt h3 {
  display: inline-block;
  color: #B5066D;
  background: url("../images/oem-rdtt.png") no-repeat 32px 50%;
  border: 1px solid #B5066D;
  padding: 20px 32px;
  padding-left: 70px;
}

.oem-tech-rd .rd-tt:after {
  content: '';
  position: absolute;
  left: 50%;
  width: 2px;
  height: 82px;
  margin-left: -1px;
  background-color: #B5066D;
  bottom: 0;
}

.oem-tech-rd li {
  position: relative;
  margin-top: -12px;
}

.oem-tech-rd li:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 12px;
  height: 2px;
  background-color: #B5066D;
  width: 50%;
}

.oem-tech-rd li:before {
  content: '';
  position: absolute;
  left: 0%;
  top: 12px;
  height: 2px;
  background-color: #B5066D;
  width: 50%;
}

.oem-tech-rd li:nth-of-type(1):before {
  display: none;
}

.oem-tech-rd li:nth-last-child(1):after {
  display: none;
}

.oem-tech-rd ul {
  margin: 0 -48px;
  display: flex;
  flex-wrap: wrap;
}

.oem-tech-rd .imgshow img {
  width: 100%;
}

.oem-tech-rd li {
  width: 25%;
  padding: 0 48px;
  box-sizing: border-box;
}

.oem-tech-rd .r-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.oem-tech-rd .r-item .dot {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #B5066D;
}

.oem-tech-rd .r-item .line {
  width: 2px;
  height: 80px;
  background-color: #B5066D;
}

.oem-tech-rd .r-item .r-t {
  background-color: #F1E3DD;
  padding: 16px;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}
@keyframes topdown{
    0%{
        transform: translateY(-10%);
    }
    50%{
        transform: translateY(00%);
    }
    100%{
        transform: translateY(-10%);
    }
}
.oem-tech-rd .r-item .r-arrow {
  padding: 20px 0 30px;
  animation:topdown 2s infinite;
}

.oem-tech-rd .r-item .r-arrow img {
  display: block;
  margin: 5px 0;
}

.oem-tech-rd .r-item .text {
  border: 1px solid #707070;
  padding: 20px 20px 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.oem-tech-rd .r-item .text p {
  margin-bottom: 8px;
  position: relative;
  padding-left: 20px;
}

.oem-tech-rd .r-item .text p:after {
  content: '';
  position: absolute;
  left: 0;
  width: 9px;
  height: 9px;
  background: #4A4A4A;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.labfda-list {
  position: relative;
}

.labfda-list .img-box {
  padding-bottom: 62.63345%;
}

.labfda-list ul {
  margin: 0 -7px;
  display: flex;
  flex-wrap: wrap;
}

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

.labfda-list li {
  width: 50%;
  padding: 0 7px;
  box-sizing: border-box;
}

.labfda-list ul {
  position: relative;
  padding-right: 30.35%;
}

.labfda-list li {
  margin-bottom: 14px;
}

.labfda-list .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 26px;
  height: 100%;
  color: #686868;
}

.labfda-list .text em {
  color: #B5066D;
  font-size: 14px;
}

.labfda-list .f-item {
  height: 100%;
}

.labfda-list li:nth-last-child(1) {
  position: absolute;
  right: 0;
  top: 0;
  width: 30.35%;
}

.oem-capacity .sub-t {
  text-align: center;
  color: #B5066D;
  margin: 0 0 120px;
}

.capacity-list {
  margin: 0 0 88px;
}

.capacity-list ul {
  margin: 0 -30px;
  display: flex;
  flex-wrap: wrap;
}

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

.capacity-list li {
  width: 33.33%;
  padding: 0 30px;
  box-sizing: border-box;
}

.capacity-list .icon {
  width: 140px;
  height: 140px;
  box-sizing: border-box;
  padding: 32px;
  background-color: #F5F5F5;
  border-radius: 50%;
  display: inline-block;
  margin-top: -70px;
}

.capacity-list .c-item {
  padding: 1px 0 32px;
  text-align: center;
  background: #FFFFFF;
  box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.1);
}

.capacity-list .c-item .t-num {
  margin: 16px 0 6px;
}

.capacity-imglist ul {
  margin: 0 -11px;
  display: flex;
  flex-wrap: wrap;
}

.capacity-imglist .imgshow img {
  width: 100%;
}

.capacity-imglist li {
  width: 25%;
  padding: 0 11px;
  box-sizing: border-box;
}

.capacity-imglist .img-box {
  padding-bottom: 85.71429%;
}

.capacity-imglist li {
  margin-bottom: 22px;
}

.capacity-imglist .c-item {
  position: relative;
}

.capacity-imglist .c-item h3 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  color: #FFF;
  padding: 8px;
  text-align: center;
}

.honor-swiper {
  padding: 0 108px;
  position: relative;
}

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

.honor-swiper .swiper-button-prev {
  left: 0;
}

.honor-swiper .swiper-button-next {
  right: 0;
}

.honor-swiper .swiper-button-prev,
.honor-swiper .swiper-button-next {
  width: 52px;
  height: 52px;
  border-radius: 4px;
  border: 1px solid #4a4a4a;
  background: none;
  color: #4a4a4a;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}

.honor-swiper .swiper-button-prev:hover,
.honor-swiper .swiper-button-next:hover {
  border-color: #B5066D;
  color: #B5066D;
}

.honor-swiper .swiper-button-prev .iconfont,
.honor-swiper .swiper-button-next .iconfont {
  font-size: 20px;
}

.honor-swiper h3 {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #F1E3DD;
  padding: 5px;
  text-align: center;
}

.process-list {
  padding-bottom: 60px;
}

.process-list li {
  padding-bottom: 30px;
  position: relative;
}

.process-list li:nth-of-type(2n) .p-item {
  flex-direction: row-reverse;
}

.process-list li:after {
  content: '';
  position: absolute;
  left: 50%;
  width: 2px;
  margin-left: -1px;
  top: 48%;
  height: 100%;
  background-color: #B5066D;
}

.process-list li:nth-last-child(1):after {
  display: none;
}

.process-list .p-item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.process-list .imgshow {
  width: 370px;
}

.process-list .imgshow .img-box {
  padding-bottom: 70.54054%;
}

.process-list .text {
  width: 370px;
}

.process-list .dot {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #B5066D;
  margin: 0 55px;
}

.live-topinfo {
  line-height: 1;
  color: #000;
}

.live-topinfo ul {
  margin: 0 -36px;
  display: flex;
  flex-wrap: wrap;
}

.live-topinfo .imgshow img {
  width: 100%;
}

.live-topinfo li {
  width: 33.33%;
  padding: 0 36px;
  box-sizing: border-box;
}

.live-topinfo .t-item {
  background-color: #F5ECE8;
  text-align: center;
  padding: 12px 0;
  text-transform: uppercase;
}

.live-tabitem {
  padding: 40px 0;
  text-align: center;
}

.live-tabitem a {
  display: inline-block;
  color: #000;
  border: 1px solid #000;
  padding: 10px;
  box-sizing: border-box;
  width: 188px;
  text-align: center;
  margin: 0 10px;
}

.live-videos .img-box {
  padding-bottom: 65.71429%;
}

.live-videos .swiper-slide {
  width: 350px;
}

.froducts-list {
  padding: 0 100px;
}

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

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

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

.froducts-list .np-item:hover .imgshow .v-more {
  opacity: 1;
  visibility: visible;
}

.froducts-list .imgshow {
  position: relative;
}

.froducts-list .imgshow .v-more {
  cursor: pointer;
  font-size: 16px;
  color: #FFF;
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  padding: 10px 26px;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
}

.froducts-list .imgshow .text {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  color: #FFF;
  padding: 6px;
  box-sizing: border-box;
}

.froducts-list .imgshow .text h3 {
  font-weight: 400;
  text-align: center;
}

.about-top-num {
  font-family: "Montserrat", sans-serif;
  color: #4a4a4a;
  padding: 50px 0;
  background-color: #FBFBFB;
}

.about-top-num li {
  width: 25%;
  text-align: center;
}

.about-top-num .t-num {
  line-height: 1;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  font-weight: 100;
}

.about-top-num em {
  padding-right: 5px;
}

.about-top-num small {
  font-weight: 500;
}

.about-top-num p {
  margin: 5px 0 0;
  color: #68666E;
}

.about-top-num .t-item {
  border-right: 1px solid #E4E4E4;
  padding: 0 40px;
}

.about-top-num ul {
  display: flex;
}

.about-info {
  display: flex;
  margin: 90px 0 0;
}

.about-info .imgshow {
  width: 53%;
}

.about-info .imgshow .img-box {
  padding-bottom: 76.94118%;
}

.about-info .text {
  width: 47%;
  box-sizing: border-box;
  padding-left: 50px;
}

.about-info .text h3 {
  margin-bottom: 10px;
  text-transform: uppercase;
}

.about-tabitem {
  text-align: center;
  color: #313131;
  border-bottom: 1px solid #E8E8E8;
  margin: 80px 0;
}

.about-tabitem a {
  display: inline-block;
  padding: 0 24px 10px;
  border-bottom: 3px solid transparent;
}

.about-tabitem .cur {
  color: #B5066D;
  border-color: #B5066D;
}

.about-assur {
  display: flex;
	flex-wrap: wrap;
}

.about-assur .imgshow {
  width: 50%;
}

.about-assur .imgshow ul {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}

.about-assur .imgshow .imgshow img {
  width: 100%;
}

.about-assur .imgshow li {
  width: 50%;
  padding: 0 10px;
  box-sizing: border-box;
}

.about-assur .imgshow .img-box {
  padding-bottom: 69.10569%;
}

.about-assur .imgshow .w100 {
  width: 100%;
  margin-top: 20px;
}

.about-assur .imgshow .w100 .img-box {
  padding-bottom: 34.4782%;
}

.about-assur .text {
  width: 48%;
  margin-left: 2%;
  box-sizing: border-box;
  background-color: #F5F5F5;
  padding: 0 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 2;
}

.about-assur .text p {
  position: relative;
  padding-left: 16px;
}

.about-assur .text p:after {
  content: '';
  position: absolute;
  left: 0;
  top: 18px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #000;
}

.about-msg {
  margin: 130px 0 60px;
  background: url("../images/about-msg-bg.png") no-repeat 50% 50%;
  background-size: cover;
}

.about-msg .msg-grid {
  padding-right: 76px;
  flex: 1;
  box-sizing: border-box;
}

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

.about-msg .msg-cont .imgshow {
  width: 55.5%;
}

.about-msg .msg-cont .imgshow .img-box {
  padding-bottom: 77.08333%;
}

.about-msg .usedComp:nth-of-type(3), .about-msg .usedComp:nth-of-type(4) {
  width: 100%;
}

.about-msg .usedComp label {
  font-size: 14px;
  color: #000;
}

.about-msg .xhl-input-xlarge {
  background-color: transparent;
  border: 1px solid #999;
  height: 50px;
  border-radius: 4px;
}

.about-msg .xhl-controls .xhl-textarea {
  background-color: transparent;
  border: 1px solid #999;
  border-radius: 4px;
}

.about-msg #xhlFormSubmit {
  background-color: #000;
  width: 129px;
  height: 45px;
  background: #000000;
  line-height: 45px;
  border-radius: 0;
  margin: 0;
}

.about-ourpro li {
  background-color: #F1E3DD;
  margin-bottom: 46px;
}

.about-ourpro li:nth-of-type(2n) {
  background-color: #F6F6F6;
}

.about-ourpro li:nth-of-type(2n) .p-item {
  flex-direction: row-reverse;
}

.about-ourpro li:nth-of-type(2n) .v-more {
  right: auto;
  left: 0;
}

.about-ourpro .p-item {
  display: flex;
  position: relative;
}

.about-ourpro .p-item .imgshow {
  width: 500px;
}

.about-ourpro .p-item .imgshow .img-box {
  padding-bottom: 88.37675%;
}

.about-ourpro .p-item .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 8%;
  color: #4A4A4A;
  width: 100%;
  box-sizing: border-box;
  flex: 1;
}

.about-ourpro .p-item .text h3 {
  color: #B5066D;
  margin: 0 0 20px;
}

.about-ourpro .p-item .text-p {
  color: #1A1A1A;
  display: flex;
  flex-wrap: wrap;
}

.about-ourpro .p-item .text-p p {
  width: 100%;
}

.about-ourpro .p-item .text-p.w2 p {
  width: 50%;
}

.about-ourpro .p-item .text-p p {
  margin: 3px 0;
}

.about-ourpro .p-item .text-p em {
  font-size: 12px;
  padding-right: 5px;
}

.about-ourpro .v-more {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #000;
  color: #FFF;
  padding: 10px 26px;
  display: inline-block;
  transition: all 0.3s;
}

.about-ourpro .v-more:hover {
  background-color: #B5066D;
}

.about-tab-process {
  padding: 0 48px;
  margin-bottom: 60px;
}

.about-tab-process:nth-last-of-type(1) {
  margin-bottom: 0;
}

.about-tab-process h4 {
  color: #4a4a4a;
  margin-bottom: 42px;
}

.about-tab-process ul {
  margin: 0 -11px;
  display: flex;
  flex-wrap: wrap;
}

.about-tab-process .imgshow img {
  width: 100%;
}

.about-tab-process li {
  width: 25%;
  padding: 0 11px;
  box-sizing: border-box;
}

.about-tab-process li {
  margin-bottom: 20px;
}

.about-tab-process .p-item {
  background-color: #f5f5f5;
  color: #1A1A1A;
  text-align: center;
  padding: 30px 30px 42px;
  box-sizing: border-box;
  height: 100%;
  border-radius: 10px;
}

.about-tab-process .p-item .icon {
  width: 88px;
  height: 88px;
  background: #FFFFFF;
  border: 1px solid #ccc;
  border-radius: 50%;
  font-weight: 200;
  text-align: center;
  font-style: italic;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 16px;
}

.feed-list {
  overflow: hidden;
  margin: 0 0 60px;
}

.feed-list ul {
  margin: 0 -70px;
  display: flex;
  flex-wrap: wrap;
}

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

.feed-list li {
  width: 50%;
  padding: 0 70px;
  box-sizing: border-box;
}

.feed-list li {
  border-bottom: 1px solid #e2e2e2;
}

.feed-list .f-item {
  color: #4A4A4A;
  display: flex;
  font-style: italic;
  padding: 40px 0;
}

.feed-list .f-item .icon {
  border-radius: 50%;
  overflow: hidden;
}

.feed-list .imgshow {
  width: 150px;
  flex-shrink: 0;
  margin-right: 18px;
  text-align: center;
}

.feed-list .imgshow h3 {
  color: #333;
  font-style: normal;
  margin-top: 10px;
}

.feed-list .text {
  background: url("../images/index-feed-icon.png") no-repeat 0 0;
  padding: 18px 0 0 34px;
  margin-top: 20px;
}

.contact-top {
  padding: 80px 0;
  background: url("../images/about-msg-bg.png") no-repeat 50% 50%;
  background-size: cover;
}

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

.contact-top .top-cont .msg-grid {
  width: 50%;
  background: #FFFFFF;
  box-shadow: 1px 3px 16px 1px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  padding: 30px 60px;
}

.contact-top .top-cont .con-list {
  width: 50%;
  color: #000000;
  box-sizing: border-box;
  padding-right: 8%;
}

.contact-top .top-cont .con-list ul {
  margin-top: 40px;
}

.contact-top .top-cont .con-list li {
  background-position: 0 4px;
  background-repeat: no-repeat;
  padding-left: 27px;
  margin-bottom: 12px;
}

.contact-top .top-cont .con-list li label {
  font-weight: bold;
}

.contact-top .top-cont .con-list li p {
  display: inline;
}

.contact-top .top-cont .con-list .add {
  background-image: url("../images/c-icon2.png");
}

.contact-top .top-cont .con-list .tel {
  background-image: url("../images/c-icon3.png");
}

.contact-top .top-cont .con-list .mail {
  background-image: url("../images/c-icon5.png");
}
.contact-top .top-cont .con-list .whatsapp {
  background-image: url("../images/icons8-whatsapp-18.svg");
}

.contact-top .usedComp:nth-of-type(3), .contact-top .usedComp:nth-of-type(4) {
  width: 100%;
}

.contact-top .usedComp label {
  font-size: 14px;
  color: #000;
}

.contact-top .xhl-input-xlarge {
  background-color: transparent;
  border: 1px solid #999;
  height: 50px;
  border-radius: 4px;
}

.contact-top .xhl-controls .xhl-textarea {
  background-color: transparent;
  border: 1px solid #999;
  border-radius: 4px;
}

.contact-top #xhlFormSubmit {
  background-color: #000;
  width: 129px;
  height: 45px;
  background: #000000;
  line-height: 45px;
  border-radius: 0;
  margin: 0;
}

.con-share {
  margin-top: 60px;
}

.con-share a {
  display: inline-block;
  width: 46px;
  height: 46px;
  opacity: 1;
  border: 1px solid #999999;
  border-radius: 50%;
  text-align: center;
  line-height: 46px;
  line-height: 46px;
  margin-right: 12px;
  transition: all 0.3s;
}

.con-share a .iconfont {
  font-size: 20px;
}

.con-share a:hover {
  color: #FFF;
  border-color: #B5066D;
  background-color: #B5066D;
}

.contact-botcon {
  margin-bottom: 68px;
}

.contact-botcon .usedComp label {
  font-size: 14px;
  color: #000;
}
.contact-botcon .usedComp{
	width:23.5%;
	margin-left:2%;
}
.contact-botcon .usedComp:nth-child(4n+1){
	margin-left:0;
}
.contact-botcon .usedComp:nth-child(even){
	float:left;
}
.contact-botcon .usedComp:nth-child(11){
	width:49%;
}
.contact-botcon .usedComp:nth-child(12){
	width:100%;
	margin-left:0;
}
.contact-botcon .xhl-input-xlarge {
  background-color: transparent;
  border: 1px solid #999;
  height: 50px;
  border-radius: 4px;
}
.contact-botcon .xhl-select {
    background-color: transparent;
    border: 1px solid #999;
    height: 50px;
    border-radius: 4px;
	width:100%;
	box-sizing:border-box;
	padding:0 5%;

}
.contact-botcon .xhl-controls .xhl-textarea {
  background-color: transparent;
  border: 1px solid #999;
  border-radius: 4px;
}

.contact-botcon #xhlFormSubmit {
  background-color: #000;
  width: 129px;
  height: 45px;
  background: #000000;
  line-height: 45px;
  border-radius: 0;
  margin: 0;
}

.contact-botcon .xhl-controls {
  display: flex;
  flex-wrap: wrap;
}
.contact-botcon .xhl-controls select:nth-of-type(4n) {
  margin-right: 0;
  box-sizing: border-box;
}

.contact-botcon .xhl-controls .xhl-ohter {
  width: 49.33%;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #999;
  padding-left: 8px;
}

.lay-cont {
  padding: 48px 50px;
  position: relative;
}

.lay-cont .lay-tt h3 {
  text-align: center;
}

.lay-cont .lay-tt h3 img {
  height: 31px;
}

.lay-cont .lay-tt .close-btn {
  text-align: right;
  position: absolute;
  top: 0;
  right: 0;
  padding: 16px 28px 0 0;
}

.lay-cont .lay-tt .close-btn .iconfont {
  cursor: pointer;
}

.lay-cont h4 {
  color: #B5066D;
  font-style: italic;
}

.lay-cont h5 {
  color: #4a4a4a;
  margin-bottom: 20px;
}

.lay-cont .lay-input {
  margin-bottom: 12px;
  display: flex;
  justify-content: space-between;
}

.lay-cont .lay-input input {
  width: 48%;
  box-sizing: border-box;
  border: 1px solid #929292;
  border-radius: 4px;
  padding: 12px 20px;
}

.lay-cont button {
  background-color: #000;
  color: #FFF;
  padding: 10px 0;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  text-transform: uppercase;
  margin: 16px 0 0;
}

#index-layer {
  display: none;
}

.index-service-grid {
  overflow: hidden;
}

.about-map {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  padding: 200px 0;
  position: relative;
}

.about-map:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.amap-cont {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}

.amap-cont .map-dot {
  width: 71%;
  position: relative;
}

.amap-cont .map-dot .map-box img {
  width: 100%;
}

.amap-cont .text {
  width: 29%;
  box-sizing: border-box;
  padding-right: 10%;
  color: #FFF;
}

.amap-cont .map-dot li {
  position: absolute;
  cursor: pointer;
}

.amap-cont .map-dot li:nth-child(1) {
  left: 15%;
  top: 21%;
}

.amap-cont .map-dot li:nth-child(2) {
  left: 50%;
  top: 52.5%;
}

.amap-cont .map-dot li:nth-child(3) {
  left: 26%;
  top: 74%;
}

.amap-cont .map-dot li:nth-child(4) {
  left: 70%;
  top: 12%;
}

.amap-cont .map-dot li:nth-child(5) {
  left: 75.1%;
  top: 39%;
}

.amap-cont .map-dot li:nth-child(6) {
  left: 84.1%;
  top: 79%;
}

@keyframes identifier {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(3);
    opacity: 0;
  }
}

.amap-cont .map-dot .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #B4FDFF;
  position: relative;
}

.amap-cont .map-dot li:hover {
  z-index: 2;
}

.amap-cont .map-dot li:hover .yuan {
  animation: identifier 2s linear infinite;
}

.amap-cont .map-dot li:hover .h-text {
  opacity: 1;
  visibility: visible;
}

.amap-cont .map-dot .dot .yuan {
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 73px;
  height: 75px;
  background: url("../images/yuan-h.png") no-repeat 50% 50%;
  background-size: 100%;
  margin: -37px 0 0 -36px;
}

.amap-cont .map-dot .line {
  height: 115px;
  width: 1px;
  background-color: #B4FDFF;
}

.amap-cont .map-dot .m-t {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 100%;
  margin-left: -28px;
  height: 54px;
  margin-bottom: -10px;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
}

.amap-cont .map-dot .m-t .icon {
  width: 56px;
}

.amap-cont .map-dot .m-t .icon img {
  width: 100%;
}

.amap-cont .map-dot .h-text {
  opacity: 0;
  visibility: visible;
  padding: 12px 20px;
  position: absolute;
  border-radius: 12px;
  left: 56px;
  top: 100%;
  font-weight: 200;
  font-size: 14px;
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(4px);
  transition: all 0.5s linear;
}

.amap-cont .map-dot .h-text .t-c {
  position: relative;
  z-index: 2;
}

.amap-cont .map-dot .m-t span {
  white-space: nowrap;
  width: 166px;
}

.amap-cont .map-dot .m-con {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
}

.amap-cont .map-dot .bottext .m-t {
  bottom: auto;
  top: 100%;
  margin-top: -12px;
}

.amap-cont .map-dot .bottext .m-con {
  bottom: auto;
  top: 100%;
}

.search-list {
  padding-bottom: 32px;
}

.search-list ul li .li-inner .imgshow .img-box {
  padding-bottom: 76.31579%;
}

.nav-box nav#menuPc > ul > li:hover .erji {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.nav-box nav#menuPc > ul > li .erji {
  position: absolute;
  transition: all 0.5s;
  left: 50%;
  right: 0;
  transform: translateX(-50%);
  top: 120%;
  margin-top: -16px;
  overflow: hidden;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  width: auto;
  min-width: 100%;
  text-align: center;
}

.nav-box nav#menuPc > ul > li .erji dl {
  display: flex;
  flex-direction: column;
}

.nav-box nav#menuPc > ul > li .erji dl dd {
  background-color: rgba(0, 0, 0, 0.2);
  margin-bottom: 4px;
  text-align: center;
  white-space: nowrap;
}

.nav-box nav#menuPc > ul > li dl dd a {
  display: block;
  line-height: 1.5;
  padding: 11px 5px;
  font-weight: 400;
  color: #FFF;
  transition: all 0.6s;
  display: block;
}

.nav-box nav#menuPc > ul > li dl dd a:hover {
  background-color: #B5066D;
  color: #FFF;
}



.timeBar {
  display: flex;
  margin: 0 -30px 12px;
}

.timeBar dd {
  width: 33.33%;
  box-sizing: border-box;
  padding: 0 30px;
}

.timeBar .d-item {
  display: flex;
  flex-direction: column;
  background-color: #F5ECE8;
  text-align: center;
  padding: 12px 0;
  font-weight: bold;
}

.timeBar .d-item label {
  font-size: 62px;
}
.gt_selector{
    border: none;
    margin-left: 15px;
    border-radius: 4px;
    height: 32px;
}

@media screen and (max-width: 1700px) {
  .amap-cont .map-dot .m-t span {
    width: 140px;
    font-size: 16px;
  }
}

@media screen and (max-width: 1600px) {
    .prodis-cont .text {

 padding-left: calc((100vw - 1440px)/2 + 20px);
        
    }
  .m-width-1600, .m-width-1680 {
    max-width: 1440px;
  }
  .tech-list .text-p {
    font-size: 16px;
  }
  .tech-list ul {
    margin: 0 -20px;
  }
  .tech-list ul li {
    padding: 0 20px;
  }
  .p-links a {
    margin-right: 20px;
  }
 
}

@media screen and (max-width: 1466px) {
    .prodis-cont .text {
 
        padding-left: calc((100vw - 1200px)/2 + 20px);
        
    }
    .p-links a{
        width: 32%;
        margin-right: 1.33%;
        min-width: initial;
    }
     .p-links a:nth-last-child(1){
         margin-right: 0;
     }
     #menuPc a{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .header-top{
        padding-top: 10px;
    }
    .nav-product .imgshow .v-more{
        font-size: 14px;
    }
    .timeBar dd{
        padding: 0 10px;
    }
    .timeBar{
        margin: 0 -10px;
    }
  .company-newslist .n-item {
    padding: 13px 0;
  }

  .ipd-20, .inner-20 {
    padding: 0 20px;
  }
  .m-width-content, .m-width-1600, .m-width-1680 {
    max-width: 1200px;
  }
  .index-wedo-grid .text-logo h5 {
    font-size: 36px;
  }
  .about-msg .msg-cont {
    padding: 0 0 0 20px;
  }
  .feed-list li {
    padding: 0 20px;
  }
  .feed-list ul {
    margin: 0 -20px;
  }
  .title {
    margin: 80px 0 32px;
  }
  .custom-swiper .swiper-button-prev, .custom-swiper .swiper-button-next {
    top: 100px;
  }
  .tech-list .text-p {
    font-size: 14px;
  }
  .proudct-list li {
    padding: 0 10px;
  }
  .proudct-list ul {
    margin: 0 -10px;
  }
  .proudct-list .p-item .icon {
    width: 46px;
    height: 46px;
  }
  .left-con {
    padding-bottom: 80px;
  }
  .oem-solu-list .icon {
    width: 100px;
    height: 100px;
  }
  .capacity-list .icon {
    width: 100px;
    height: 100px;
    padding: 25px;
  }
}

@media screen and (max-width: 1000px) {
	.contact-botcon .usedComp{
		width:100%;
		margin-left:0;
	}
	
    html{
        margin: 0 !important;
    }
    #wpadminbar{
        display: none !important;
    }
  html.mm-blocking body {
    overflow: initial;
  }
  .header, .header.ny-header {
    position: sticky;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding-right: 0;
    padding-left: 0;
  }
  #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: #B5066D;
    -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;
  }
  .header-top {
    display: none;
  }
  .header {
    padding: 32px 0;
  }
  .header .header-box {
    flex-direction: row;
    justify-content: space-between;
  }
  .logo img {
    width: auto;
    height: 24px;
  }
  .banner .banner-content .text h2 {
    font-size: 18px;
  }
  .banner .banner-content .text h3 {
    font-size: 14px;
  }
  .index-wedo-grid {
    margin: 40px 0 0;
    display: block;
  }
  .index-wedo-grid .imgshow {
    width: 100%;
    margin-bottom: 12px;
  }
  .index-wedo-grid .text {
    padding-right: 0;
  }
  .index-wedo-grid .text-logo {
    display: none;
  }
  .title {
    margin: 40px 0 32px;
  }
  .ser-list li {
    width: 100%;
    margin-bottom: 24px;
  }
  .ser-list li:nth-last-child(1), .ser-list li:nth-last-child(2) {
    margin-bottom: 24px;
  }
  .ser-list .icon {
    width: 40px;
    margin-right: 10px;
    flex-shrink: 0;
  }
  .solu-list .icon {
    width: 60px;
    margin-bottom: 0;
  }
  .index-cooper-grid {
    margin: 40px 0 0;
    padding-bottom: 30px;
  }
  .index-cooper-grid .cooper-top .cooper-page {
    display: none;
  }
  .index-cooper-grid .gallery-top {
    width: 100%;
    padding: 20px;
    margin-bottom: 12px;
  }
  .index-cooper-grid .gallery-thumbs:after {
    display: none;
  }
  .index-cooper-grid .gallery-thumbs .swiper-slide.swiper-slide-thumb-active .c-item {
    transform: translateY(0);
  }
  .index-cooper-grid .c-item .h-text {
    position: relative;
    font-size: 12px;
    padding: 5px;
  }
  .index-faq-grid {
    padding: 0 20px;
  }
  .index-faq-grid .faq-cont {
    display: block;
  }
  .index-faq-grid .faq-list li {
    width: 33.33%;
    padding: 0 5px;
    font-size: 12px;
    margin-bottom: 10px;
  }
  .index-faq-grid .faq-list ul {
    margin: 0 -5px;
  }
  .index-faq-grid .icon {
    width: 30px;
  }
  .index-faq-grid .faq-cont .text {
    width: 100%;
    margin-left: 0;
  }
  .index-feed-grid {
    padding: 0 45px;
  }
  .index-feed-grid .f-item {
    display: block;
  }
  .index-feed-grid .imgshow {
    width: 70px;
    margin: 0 auto 12px;
  }
  .index-feed-grid .text {
    padding: 0px 0 0 20px;
    background-size: 20px;
  }
  .index-feed-grid .swiper-button-prev, .index-feed-grid .swiper-button-next {
    width: 32px;
    height: 32px;
    top: 50%;
    transform: translateY(-50%);
  }
  .footer-box {
    display: block;
  }
  .f-search {
    width: 100%;
  }
  .footer {
    padding: 20px;
  }
  .f-logo {
    margin: 12px auto;
    width: 150px;
  }
  .f-share a {
    margin: 0 12px;
  }
  .inner-banner {
    display: none;
  }
  .crumbs-box {
    border-top: 1px solid #eee;
    margin-top: 2px;
  }
  .content-left {
    display: none;
  }
  .proudct-list li {
    width: 50%;
  }
  .content-right {
    width: 100%;
  }
  .content-page {
    margin: 40px 0;
  }
  .product-cattext h5 {
    font-size: 2.4rem;
  }
  .product-cat-top {
    margin-bottom: 32px;
  }
  .product-cattext {
    padding: 20px 0 40px;
  }
  .product-cattext dd {
    margin-bottom: 24px;
    padding-bottom: 24px;
  }
  .prodis-swiper {
    position: relative;
    width: 100%;
    height: auto;
  }
  .prodis-cont {
    display: block;
  }
  .prodis-cont .text {
    width: 100%;
    margin-left: 0;
  }
  .prodis-cont .text .t-pad{
      padding-left: 0;
  }
  .p-links {
    display: block;
  }
  .p-links a {
    width: 100%;
    margin-bottom: 10px;
  }
  .prodis-swiper .gallery-thumbs2 {
    position: relative;
  }
  .prodis-swiper .gallery-thumbs2 .swiper {
    width: 100%;
  }
  .prodis-cont .prodis-block .p-td dd {
    font-size: 14px;
    padding-left: 0;
  }
  .prodis-cont .prodis-block {
    padding: 10px;
  }
  .prodis-cont .text-con {
    padding: 0;
  }
  .message-grid {
    padding: 10px;
  }
  .crumbs-box {
    font-size: 16px;
  }
  .about-top-num li {
    width: 100%;
    padding: 12px 0;
    border-bottom: 1px solid #ccc;
  }
  .about-top-num ul {
    flex-wrap: wrap;
  }
  .about-top-num .t-num {
    font-size: 24px;
  }
  .about-top-num {
    padding: 0;
  }
  .about-info {
    margin: 30px 0;
    display: block;
  }
  .about-info .imgshow, .about-info .text {
    width: 100%;
  }
  .about-info .text {
    margin-top: 20px;
    padding-left: 0;
  }
  .about-tabitem {
    margin: 24px 0;
    /*overflow-x: auto;*/
    display: flex;
    flex-wrap: wrap;
  }
    .about-tabitem a{
        margin-bottom: 10px;
        width: 50%;
        box-sizing: border-box;
    }
  .about-ourpro .p-item {
    display: block;
  }
  .about-ourpro .p-item .imgshow {
    width: 100%;
  }
  .about-ourpro .p-item .text {
    padding: 20px;
  }
  .amap-cont {
    display: block;
  }
  .amap-cont .text {
    margin-bottom: 12px;
  }
  .amap-cont .text, .amap-cont .map-dot {
    width: 100%;
  }
  .amap-cont .map-dot .m-con {
    display: none;
  }
  .about-map {
    padding: 50px 0;
  }
  .about-assur {
    display: block;
  }
  .about-assur .imgshow, .about-assur .text {
    width: 100%;
  }
  .about-assur .text {
    margin: 12px 0 0;
  }
  .about-tab-process {
    padding: 0;
    margin-bottom: 0;
  }
  .about-tab-process li {
    width: 50%;
  }
  .about-tab-process .p-item {
    padding: 12px;
  }
  .about-tab-process .p-item .icon {
    width: 46px;
    height: 46px;
    font-size: 16px;
  }
  .about-msg {
    margin: 30px 0;
    padding-bottom: 30px;
  }
  .about-msg .msg-cont {
    display: block;
    padding: 0 20px;
  }
  .about-msg .msg-grid {
    padding-right: 0;
  }
  .about-msg .msg-cont .imgshow {
    display: none;
  }
  .feed-list li {
    width: 100%;
  }
  .feed-list .imgshow {
    width: 80px;
  }
  .feed-list .text {
    margin: 0;
  }
  .live-topinfo li {
    padding: 0 10px;
  }
  .live-topinfo ul {
    margin: 0 -10px;
  }
  .live-tabitem a {
    width: 30%;
    margin: 0;
    box-sizing: border-box;
    font-size: 12px;
    padding: 10px 5px;
  }
  .live-tabitem {
    padding: 24px 0 0;
    display: flex;
    justify-content: space-between;
  }
  .froducts-list {
    padding: 0 20px;
  }
  .froducts-list li {
    padding: 0 5px;
    width: 50%;
    margin-bottom: 10px;
  }
  .froducts-list ul {
    margin: 0 -5px;
  }
  .froducts-list .imgshow .v-more {
    display: none;
  }
  .tech-list .t-item {
    display: block;
  }
  .tech-list .t-item .imgshow, .tech-list .t-item .text {
    width: 100%;
  }
  .tech-list .t-item .text {
    margin: 12px 0 0;
  }
  .tech-list ul li {
    padding: 0 3px;
    width: 100%;
    margin-bottom: 6px;
  }
  .tech-list ul {
    margin: 0 -3px;
  }
  .tech-list .text-p {
    padding: 10px;
    font-size: 12px;
  }
  .oem-tech-rd {
    margin: 40px 0;
  }
  .tech-scoll-wap {
    /*overflow-x: auto;*/
    padding-top: 12px;
  }
  .oem-tech-rd ul {
    /*min-width: 1000px;*/
    display: block;
  }
  .oem-tech-rd li {
    padding: 0 5px 10px;
    width: 100%;
     margin-bottom: 20px;
  }
  .oem-tech-rd .r-item .dot,.oem-tech-rd .r-item .line,.oem-tech-rd li:before,.oem-tech-rd .r-item .r-arrow,.oem-tech-rd .rd-tt:after{
      display: none;
  }
  .oem-tech-rd .rd-tt{
      padding-bottom: 20px;
  }
  .oem-tech-rd .rd-tt h3{
      color: #000;
      background: none;
      padding-left: 0;
      padding: 0;
      border: none;
  }
  .oem-tech-rd .r-item .r-t{
      background: none;
      color: #B5066D;
      padding-bottom: 0;
  }
  .oem-tech-rd .r-item{
     border: 1px solid #707070;
    
  }
  .oem-tech-rd .r-item .text{
      border: none;
      height: auto !important;
  }
  .oem-tech-rd ul {
    margin: 0 -5px;
  }
  .oem-tech-rd li:after{
      display: none;
  }
  .oem-tech-rd .rd-tt:after {
    height: 94px;
    bottom: -12px;
  }
  .oem-tech-rd .r-item .r-arrow img {
    width: 20px;
  }
  .oem-tech-rd .r-item .r-arrow {
    padding: 10px 0;
  }
  .ind-newslist .d-item {
    padding: 10px;
    display: block;
    padding-bottom: 50px;
  }
  .ind-newslist .d-item .imgshow {
    width: 100%;
    margin-bottom: 10px;
  }
  .ind-newslist {
    padding-bottom: 0;
  }
  .oem-info {
    display: block;
  }
  .oem-info .imgshow, .oem-info .text {
    width: 100%;
  }
  .oem-info .imgshow {
    margin-bottom: 12px;
  }
  .oem-info .text {
    padding-right: 0;
  }
  .custom-item a {
    font-size: 12px;
    padding: 10px 5px;
    margin: 0;
  }
  .custom-item {
    display: flex;
    justify-content: space-between;
  }
  .custom-swiper .swiper-button-prev, .custom-swiper .swiper-button-next {
    width: 32px;
    height: 32px;
  }
  .custom-swiper {
    padding: 0 45px;
  }
  .custom-swiper .cust-page {
    padding: 12px 0;
  }
  .oem-packaging .line {
    margin: 24px 0;
  }
  .oem-solu-list .icon {
    width: 56px;
    height: 56px;
  }
  .oem-solu-list li {
    width: 50%;
    margin-bottom: 20px;
  }
  .labfda-list ul {
    padding-right: 0;
  }
  .labfda-list li {
    width: 100%;
  }
  .labfda-list li:nth-last-child(1) {
    position: relative;
    width: 100%;
  }
  .labfda-list .text {
    padding: 0;
  }
  .capacity-list .icon {
    width: 32px;
    height: 32px;
    padding: 5px;
  }
  .capacity-list li {
    padding: 0 3px;
  }
  .capacity-list ul {
    margin: 0 -3px;
  }
  .capacity-list .c-item .t-num {
    font-size: 14px;
  }
  .capacity-list .c-item h4 {
    font-size: 12px;
  }
  .capacity-list .c-item {
    padding-bottom: 12px;
  }
  .capacity-imglist li {
    padding: 0 5px;
    width: 50%;
  }
  .capacity-imglist ul {
    margin: 0 -5px;
  }
  .honor-swiper {
    padding: 0 45px;
  }
  .honor-swiper .swiper-button-prev, .honor-swiper .swiper-button-next {
    width: 32px;
    height: 32px;
  }
  .process-list .imgshow, .process-list .text {
    width: 42%;
  }
  .process-list .dot {
    margin: 0;
    width: 12px;
    height: 12px;
  }
  .process-list .p-item {
    justify-content: space-between;
  }
  .process-list .p-item h3 {
    font-size: 14px;
  }
  .process-list li:after {
    top: 50%;
    margin-top: -12px;
  }
  .contact-top .top-cont {
    display: block;
  }
  .contact-top .top-cont .con-list {
    width: 100%;
    padding-right: 0;
    margin-bottom: 12px;
  }
  .contact-top .top-cont .msg-grid {
    width: 100%;
    padding: 12px;
  }
  .contact-botcon .xhl-controls select {
    
  }
	.contact-botcon .usedComp:nth-child(11){
		width:100%;
	}
  .contact-botcon .xhl-controls select:nth-child(2n) {
    margin-right: 0;
  }
  .contact-botcon .xhl-controls .xhl-ohter {
    width: 100%;
  }
  .search-list ul li .li-inner .imgshow, .search-list ul li .li-inner .img-text {
    width: 100%;
  }
  .search-list ul li .li-inner .img-text {
    margin: 12px 0 0;
  }
  .search-list .img-text .t {
    display: block;
  }
  .search-list .img-text .t span {
    font-size: 16px;
  }
  .search-list .img-text .t a {
    display: block;
    white-space: initial;
    font-size: 14px;
  }
  .search-list .img-text .d {
    font-size: 12px;
  }
  .content-blog-detail .content-blog-right {
    display: none;
  }
  .content-blog-detail .content-blog-left {
    width: 100%;
  }
  .news-showcase .c-t {
    margin: 30px 0;
  }
  .showcase-list .s-item {
    display: block;
  }
  .showcase-list li {
    width: 100%;
  }
  .showcase-list .s-item .imgshow {
    width: 100%;
    margin-right: 0;
  }
  .showcase-list li:nth-of-type(2n) .s-item .imgshow {
    margin-left: 0;
  }
  .blog-filter .layui-form {
    display: block;
  }
  .blog-filter .b-select {
    width: 100%;
    margin-bottom: 12px;
  }
  .company-newslist {
    display: block;
  }
  .company-newslist .news-left {
    width: 100%;
  }
  .company-newslist .news-right {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
  }
  .page-box {
    margin: 30px 0;
  }
  .content-blog-detail {
    padding-top: 32px;
  }
}
