@charset "UTF-8";
.mobile-bottom-nav {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	height: 60px;
	background: #fff;
	border-top: 1px solid #ddd;
	display: flex;
	justify-content: space-around;
	align-items: center;
	z-index: 9999;
	box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.05);
}
img{
    width: auto;
}
.mobile-bottom-nav .nav-item {
	flex: 1;
	text-align: center;
	color: #444;
	font-size: 12px;
	text-decoration: none;
	padding-top: 4px;
}

.mobile-bottom-nav .nav-item .icon {
	display: flex;
	justify-content: center;
	margin-bottom: 2px;
	color: #333;
}

.mobile-bottom-nav .nav-item:hover {
	color: #0073aa;
}

.mobile-bottom-nav .nav-item svg {
	width: 22px;
	height: 22px;
}

@media (min-width: 768px) {
	.mobile-bottom-nav {
		display: none;
	}
}
.font2 {
  font-family: 'ROBO';
}

/*header start*/
.header {
  position: sticky;
  top: 0;
  background-color: #FFF;
  z-index: 2013;
}

#menuPc ul li {
  display: inline-block;
}

#menuWap {
  display: none;
}
body,html{
    overflow-x: hidden;
}
/*header end*/
/*footer start*/
/*footer end*/
/*轮播图start*/
.banner {
  max-width: 1920px;
  margin: 0 auto 0;
  width: 100%;
  background: #FFFFFF;
}
.f-logo{
    max-width: 200px;
}
.f-logo a{
    display: block;
}
.f-logo img{
    width: 100%;
}
.banner .img-box {
  padding-bottom: 44.16667% !important;
}

.banner .img-box img {
  transition: all 0.4s;
}

.banner .swiper-slide {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.banner .swiper-slide .video-box {
  width: 100%;
  padding-bottom: 40%;
  position: relative;
  overflow: hidden;
}

.banner .swiper-slide .video-box video {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

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

.banner .bg-box img {
  width: 100%;
  height: auto;
}

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

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

.banner .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #FFFFFF;
  opacity: 1;
  border-radius: inherit;
  border: 1px solid #eeeeee;
  border-radius: 50%;
  transition: all 0.6s;
}

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

.banner .swiper-pagination-bullet-active {
  opacity: 1;
  transform: scale(1.5);
}

.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;
  align-items: center;
  z-index: 9;
  flex-direction: column;
}

.swiper-slide .banner-content {
  transform: translateY(-200px);
  opacity: 0;
  transition: all .6s;
}

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

/*轮播图end*/
.crumbs-box {
  font-size: 24px;
  padding: 12px 0;
  text-transform: uppercase;
}

.crumbs-box .iconfont {
  font-size: 24px;
  margin: 0 18px;
}

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

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

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

.crumbs-box span {
  color: #fff;
}

.index-video {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.index-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

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

/*置顶按钮 start*/
#toTop {
  width: 40px;
  height: 40px;
  left: 20px;
  bottom: 20px;
  position: fixed;
  z-index: 999;
  background: #b24249;
}

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

.page-box .prev, .page-box .next {
  background-color: transparent !important;
}

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

.page-box .page-inner a,
.page-box .page-inner span {
  display: inline-flex;
  font-size: 14px;
  color: #000;
  margin: 0 5px;
  width: 34px;
  height: 34px;
  line-height: 34px;
  justify-content: center;
  background-color: #DDDDDD;
  border-radius: 50%;
}

.page-box .page-inner .current {
  color: #fff;
  background-color: #0056FF;
}

/*分页 end*/
/*公共样式定义 end*/
.h-top-ad {
  background-color: rgba(14, 14, 26, 0.85);
  color: #FFF;
  font-size: 20px;
  text-align: center;
  padding: 32px;
  line-height: 1;
}

.index-video .video-js {
  height: 100%;
  padding-bottom: 47.70833%;
}

.index-video .video-player-dimensions {
  width: 100%;
}

.index-video .video-js .vjs-big-play-button {
  border: none;
  background: transparent;
  width: 100px;
  height: 100px;
  background: url("../images/play.png") no-repeat 50% 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.index-video .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  display: none;
}

.header-box {
  padding: 0 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo img {
  height: 58px;
}

.nav-box {
  display: flex;
  align-items: center;
	margin-right: 20px;
}

.h-tool dl {
  position: relative;
  z-index: 2;
}

.h-tool dl:hover dd {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.h-tool dl dd {
  transition: all 0.45s;
  position: absolute;
  width: 100%;
  right: 0;
  top: 100%;
  top: 120%;
  padding: 12px;
  opacity: 0;
  visibility: hidden;
  background: rgba(234, 216, 43, 0.8);
}

.h-tool dl dd a {
  display: block;
  color: #333;
  text-align: center;
  transition: all 0.3s;
}

.h-tool dl dd a:hover {
  text-decoration: underline;
}

.h-tool dt {
  display: flex;
  align-items: center;
  color: #000;
  font-family: 'NotoSansCJK500';
}

.h-tool dt .icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-right: 10px;
  background: url("../images/diqiu.png") no-repeat 50% 50%;
  background-size: cover;
}

#menuPc li a {
  line-height: 1;
  padding: 50px;
  display: block;
  font-size: 18px;
  font-family: 'Arial';
  color: #666;
  font-weight: bold;
}

#menuPc li a:hover {
  color: #000;
	text-decoration:underline;
  /*font-family: 'NotoSansCJK700';*/
}

#menuPc .cur a {
  color: #000;
	text-decoration:underline;
}

.index-ipd {
  padding: 0 100px;
}

.index-product-grid .pt-tt {
  color: #000;
  text-align: center;
  padding: 35px 12%;
}

.index-product-grid .pt-tt h3 {
  font-weight: 400;
  font-family: 'NotoSansCJK';
}

.index-product-grid .pro-ad .img-box {
  padding-bottom: 26.875%;
}

.index-product-grid .pro-ad .img-box img {
  transition: all 0.4s;
}

.index-product-grid .product-list {
  padding: 40px 0 60px;
  /*margin: 40px 0 0;*/
  /*background-color: #F6F8F8;*/
  text-align: center;
}

.index-product-grid .product-list ul {
  margin: 0 -45px;
}

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

.index-product-grid .product-list ul {
  display: flex;
  flex-wrap: wrap;
}

.index-product-grid .product-list img {
  transition: all 0.8s;
}

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

.index-product-grid .product-list h3 {
  font-weight: 400;
  margin: 20px 0 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-product-grid .product-list h3 a {
  display: block;
  color: #231815;
  display: inline-block;
    max-width: 300px; /* 设置你需要的宽度 */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
}

.index-product-grid .product-list .p-item:hover h3 a {
  color: #2356F9;
  display: inline-block;
    max-width: 300px; /* 设置你需要的宽度 */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
}

.index-title {
  text-align: center;
  color: #000;
  margin: 100px 0 50px;
}

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

.index-title .sub-tt {
  font-family: 'NotoSansCJK';
}

.index-about-grid {
  font-size: 16px;
}

.index-about-grid .about-cont {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  background-color: #F6F8F8;
  padding: 40px;
}

.index-about-grid .imgshow {
  width: 55%;
}

.index-about-grid .imgshow .img-box {
  padding-bottom: 68.26347%;
}

.index-about-grid .imgshow .img-box img {
  transition: all 0.4s;
}

.index-about-grid .text {
  line-height: 2.1;
  width: 45%;
  color: #000;
  box-sizing: border-box;
  padding-right: 40px;
}

.index-about-grid .see-more {
  margin-top: 50px;
}

.see-more {
  display: inline-block;
  color: #2356F9;
  font-size: 500;
  background-color: #EAD82B;
  border-radius: 27px;
  padding: 18px 36px;
  line-height: 1;
  transition: all 0.3s;
}

.see-more:hover {
  background-color: #2356F9;
  color: #FFF;
}

.see-more.big {
  border-radius: 42px;
}

.see-more.small {
  padding: 12px 36px;
}

.see-more.dark {
  color: #000;
}

.see-more.dark:hover {
  background-color: #2356F9;
  color: #FFF;
}

.index-cenlist {
  margin: 100px 0 0;
}

.index-cenlist ul {
  margin: 0 -30px;
}

.index-cenlist li {
  width: 25%;
  padding: 0 30px;
  box-sizing: border-box;
}

.index-cenlist .img-box {
  padding-bottom: 174.35233%;
}

.index-cenlist .img-box img {
  transition: all 0.4s;
}

.index-cenlist .c-item {
  position: relative;
  display: block;
}

.index-cenlist .c-item:hover .imgshow img {
  transform: scale(1.1);
}

.index-cenlist .c-item:hover .text {
  opacity: 1;
  visibility: visible;
}

.index-cenlist .text {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #FFF;
  padding: 18px;
  text-align: center;
  padding-bottom: 50px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.8s;
  background-color: rgba(0, 0, 0, 0.5);
}

.index-cenlist h3 {
  font-family: 'NotoSansCJK500';
  margin-bottom: 10px;
}

.index-cenlist p {
  line-height: 1.2;
}

.index-cenlist ul {
  display: flex;
  flex-wrap: wrap;
}

.index-cenlist li:nth-child(2n) {
  margin-top: 135px;
}

.index-cenlist .imgshow img {
  transition: all 0.8s;
  transform: scale(1);
}

.index-newslist ul {
  margin: 0 -40px;
}

.index-newslist li {
  width: 50%;
  padding: 0 40px;
  box-sizing: border-box;
}

.index-newslist .img-box {
  padding-bottom: 62.5%;
}

.index-newslist .img-box img {
  transition: all 0.4s;
}

.index-newslist .n-item {
  background-color: #101010;
  display: block;
  transition: all 0.4s;
}

.index-newslist .n-item:hover {
  background-color: #EAD82B;
}

.index-newslist .n-item:hover .text {
  color: #1A1A1A;
}

.index-newslist .text {
  color: #FFF;
  padding: 40px;
}

.index-newslist h3 {
  font-weight: 400;
  margin-bottom: 12px;
}

.index-newslist ul {
  display: flex;
  flex-wrap: wrap;
}

.index-news-grid {
  margin: 0 0 120px;
  padding: 0 165px;
}

.index-contact-grid {
  display: flex;
  align-items: center;
  background: url(/wp-content/uploads/2025/05/txtbg.jpg) no-repeat;
  justify-content: space-between;
  padding: 86px 100px;
  color: #000;
  position: relative;
  z-index: 2;
}

.index-contact-grid .text {
  font-family: 'NotoSansCJK700';
  font-size:0;
}

.footer {
  background-color: rgba(14, 14, 26, 0.85);
  padding: 12vh 8%;
  color: #FFF;
}

.footer a {
  color: #FFF;
  transition: all 0.3s;
  font-family: 'NotoSansCJK700';
}

.footer a:hover {
  color: #EAD82B;
  /*font-family: 'NotoSansCJK500';*/
}

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

.footer .f-right {
  width: 50%;
  display: flex;
}

.footer .f-right .f-nav {
  width: 50%;
}

.footer .f-right .f-nav li {
  margin-bottom: 12px;
}

.footer .f-right .f-con {
  max-width: 400px;
  line-height: 2;
}

.footer .f-right .f-con h3 {
  margin-bottom: 10px;
  line-height: 1;
}

.f-search {
  margin-top: 24px;
  border: 1px solid #EAD82B;
  border-radius: 5px;
  position: relative;
  box-sizing: border-box;
}

.f-search input {
  background-color: transparent;
  border: none;
  padding: 0 20px;
  height: 54px;
  color: #fff;
}

.f-search input::placeholder {
  color: #FFF;
}

.f-search button {
  width: 56px;
  height: 100%;
  background: #EAD82B url("../images/send.png") no-repeat 50% 50%;
  border-radius: 5px;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
}

.f-share {
  margin: 28px 0;
  display: flex;
  justify-content: space-between;
}

.f-share a {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  transition: all 0.4s;
}

.f-share a:hover {
  background-color: #EAD82B;
  color: #2356F9;
}

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

.footer-bot .line {
  height: 2px;
  background: linear-gradient(to right, red, orange, yellow, green, blue, indigo, violet);;
  margin: 20px 0;
}

.pro-tabitem {
  display: flex;
  margin: 100px 0 60px;
}

.pro-tabitem a {
  color: #fff;
  font-family: 'Arial';
  text-transform: uppercase;
  background-color: #101010;
  padding: 10px 10px;
  line-height: 1;
  width: 24.5%;
  border-radius: 20px;
  box-sizing: border-box;
  margin-right: 0.5%;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.pro-tabitem a.cur {
  color: #000;
  background-color: #EAD82B;
}

.prony-list {
  text-align: center;
  color: #333;
  overflow: hidden;
}

.prony-list ul {
  margin: 0 -28px;
}

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

.prony-list .img-box {
}

.prony-list .img-box img {
  transition: all 0.4s;
}

.prony-list .imgshow {
  background-color: #EEEEEE;
}

.prony-list h4 {
  font-weight: 400;
  color: #231815;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.prony-list p{
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.prony-list .see-more {
  margin-top: 8px;
  background-color: #101010;
  color: #FFF;
}

.prony-list .see-more:hover {
  color: #0056FF;
  background-color: #E8D836;
}

.prony-list .text {
  padding: 15px 15px;
}

.prony-list .p-item {
  transition: all 0.4s;
  border: 1px solid #000000;
}

.prony-list .p-item:hover {
  border-color: #0056FF;
}

.prony-list .p-item:hover h4, .prony-list .p-item:hover p {
  cursor:pointer;
}

.prony-list .p-item:hover .imgshow {
  background-color: transparent;
}

.prony-list li {
  margin-bottom: 56px;
}

.prony-list ul {
  display: flex;
  flex-wrap: wrap;
}

.prod-anvideo {
  position: sticky;
  top: 0;
  z-index: 1;
}

.prod-anvideo .index-video {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
}

.content-product-detail {
  position: relative;
  z-index: 2;
  background-color: #FFF;
  overflow: hidden;
}

.prod-param {
  /*background: url("../images/prod-param.png") no-repeat 50% 50%;*/
  background-size: cover;
  color: #fff;
  padding: 45px 0 0 0;
}

.prod-param .p-cont {
  background: rgba(14, 14, 26, 0.85);
  border-radius: 25px;
  padding: 30px 5% 60px;
}

.prod-param .p-pat {
  text-align: center;
  padding: 0px 0 16px;
}

.prod-param .p-pat img {
  max-width: 100%;
}

.prod-param .p-pasmtt {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.prod-param .p-pasmtt h3 {
  margin: 0 80px;
  font-weight: 400;
}

.prod-param .p-pasmtt span {
  width: 58px;
  height: 8px;
  background-color: #FFF;
  flex-shrink: 0;
}

.prod-param .text {
  text-align: center;
}

.prod-param .p-palist {
  margin: 24px 0 0;
}

.prod-param .p-palist li {
  text-align: center;
  max-width: 20%;
}

.prod-param .p-palist .icon {
  display: inline-block;
  margin-bottom: 24px;
}

.prod-param .p-palist ul {
  display: flex;
  justify-content: space-between;
}

.p-ct {
  text-align: center;
  color: #000;
  margin: 90px 0 50px;
}

.prod-colors-list {
  padding-bottom: 60px;
}

.prod-colors-list ul {
  margin: 0 -12px;
}

.prod-colors-list li {
  width: 20%;
  padding: 0 12px;
  box-sizing: border-box;
}

.prod-colors-list .img-box {
  padding-bottom: 125.03704%;
}

.prod-colors-list .img-box img {
  transition: all 0.4s;
  height: 100%;
}

.prod-colors-list ul {
  display: flex;
  flex-wrap: wrap;
}

.prod-colors-list .c-item {
  border-radius: 15px;
  overflow: hidden;
  background-color:rgba(14, 14, 26, 0.85);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.prod-colors-list .c-item h3 {
  color: #FFF;
  font-size: 22px;
  text-transform: capitalize;
  line-height:1.2;
}

.prod-colors-list .icon {
  width: 0px;
  display: inline-block;
  flex-shrink: 0;
}

.prod-colors-list .icon img {
  width: 100%;
  vertical-align: middle;
}

.prod-colors-list .text {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 30px;
  min-height: 65px;
  height: 100%;
  /*border:1px solid #aaa;*/
}

.prod-colors-list li {
  margin-bottom: 24px;
}

.pd-imgshow {
  position: relative;
  height: 100vh;
  background-color: #f00;
}

.pd-imgshow .img-box {
  padding-bottom: 48.95833%;
}

.pd-imgshow .img-box img {
  transition: all 0.4s;
}

.pd-imgshow .text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.pd-imgshow h3 {
  margin-bottom: 30px;
  line-height: 1.25;
}

.pd-imgshow .t-cont {
  padding: 10% 0 0;
  color: #FFF;
  width: 50%;
  display: inline-block;
  opacity: 0;
}

.pd-imgshow .t-right {
  text-align: right;
}

.pd-imgshow .imgshow {
  height: 100%;
  overflow: hidden;
}

.pd-imgshow .imgshow img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.pd-display {
  padding: 0 0 100px;
}
.pd-display .f-60{
	font-size:40px;
	color:#333;
}
.pd-display .d-t {
  color: #2356F9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #2356F9;
  padding: 90px 0 20px;
  line-height: 1;
  margin-bottom: 40px;
}

.pd-display .d-t img {
  vertical-align: middle;
	display:none;
}

.pd-display .imgshow {
  display: flex;
  justify-content: space-between;
}

.pd-display .imgshow .left-img {
  width: 36.6%;
}

.pd-display .imgshow .left-img .img-box {
  padding-bottom: 118.45638%;
}

.pd-display .imgshow .left-img .img-box img {
  transition: all 0.4s;
}

.pd-display .imgshow .right-img {
  width: 62%;
}

.pd-display .imgshow .right-img .img-box {
  padding-bottom: 69.90099%;
}

.pd-display .imgshow .right-img .img-box img {
  transition: all 0.4s;
}

.pd-packing {
  /*background-color: rgba(14, 14, 26, 0.85);*/
  margin: 0 0 100px;
  display: flex;
  padding-right: 140px;
}

.pd-packing .imgshow {
  width: 68.4%;
  flex-shrink: 0;
}

.pd-packing .imgshow .img-box {
  padding-bottom: 51.10266%;
}

.pd-packing .imgshow .img-box img {
  transition: all 0.4s;
}

.pd-packing .text {
  margin-left: 5%;
  /*padding:40px 0;*/
  color: #333;
  width: 30%;
}

.pd-packing .text p {
  /*margin-bottom: 20px;*/
}
.pd-packing .text .f-24{
	font-size:18px;
	line-height:150%;
}

.pd-packing h4 {
  border-bottom: 2px solid #333;
  padding: 0 0 24px;
  margin-bottom: 24px;
}

.banner-ny {
  position: relative;
}

.banner-ny .b-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
}

.banner-ny .b-content .b-t {
  font-size: 110px;
  font-family: 'ROBO';
}

.banner-ny .b-contact {
  justify-content: flex-end;
  padding-bottom: 30px;
}

.banner-ny .b-contact .b-t {
  color: #2356F9;
  text-shadow: 2px 4px 0px #EAD82B;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparen;
}

.banner-ny .b-contact .b-sut {
  margin-top: 8vh;
}

.banner-ny .b-contact .b-sut h3 {
  font-weight: 400;
  color: #2356F9;
  text-shadow: 1px 0px 0px #EAD82B;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparen;
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.5); */
  padding: 15px 0 4px;
}

.news-tabitem {
  margin: 100px 0 60px;
  display: flex;
  justify-content: space-between;
}

.news-tabitem a {
  text-align: center;
  font-family: 'NotoSansCJK700';
  color: #000;
  width: 49.5%;
  display: inline-block;
  line-height: 1;
  box-sizing: border-box;
  padding: 20px;
  background-color: #ECECEC;
  text-transform: uppercase;
}

.news-tabitem a.act {
  background-color: #2356F9;
  color: #fff;
}

.newsny-list {
  padding-bottom: 50px;
}

.newsny-list ul {
  margin: 0 -12px;
}

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

.newsny-list .img-box {
  padding-bottom: 66.66667%;
}

.newsny-list .img-box img {
  transition: all 0.4s;
}

.newsny-list .n-item {
  background-color: #F3F3F3;
  display: block;
}

.newsny-list .n-item:hover .imgshow img {
  transform: scale(1.04);
}

.newsny-list .n-item:hover h3 {
  color: #0056FF;
}

.newsny-list .imgshow {
  overflow: hidden;
}

.newsny-list .imgshow img {
  transition: all 0.4s;
}

.newsny-list ul {
  display: flex;
  flex-wrap: wrap;
}

.newsny-list .text {
  padding: 30px 20px;
}

.newsny-list h3 {
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 10px;
}

.newsny-list a {
  color: #1A1A1A;
}

.newsny-list .text-p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.content-news-detail {
  color: #000;
  padding: 100px 0;
}

.content-news-detail .sub-tt {
  font-size: 14px;
  color: #666666;
  margin: 16px 0 40px;
}

.content-news-detail .sub-tt span {
  background-repeat: no-repeat;
  background-position: 0 50%;
  display: inline-block;
  padding-left: 24px;
}

.content-news-detail .sub-tt .date {
  background-image: url("../images/date.png");
  margin-right: 40px;
}

.content-news-detail .sub-tt .time {
  background-image: url("../images/time.png");
}

.content-news-detail .text {
  line-height: 1.875;
}

.content-news-detail .text img {
  display: block;
  margin: 24px auto;
  max-width: 100% !important;
  height: auto !important;
}

.content-news-detail .news-left {
  width: 69%;
  float: left;
}

.content-news-detail .news-right {
  width: 24.5%;
  float: right;
}

.content-news-detail .news-swiper {
  position: relative;
  margin-bottom: 60px;
  background-color: rgba(0, 0, 0, 0.4);
}

.content-news-detail .news-swiper h3 {
  color: #fff;
  font-size: 22px;
  background-color: #0056FF;
  padding: 26px;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  font-weight: 400;
}

.content-news-detail .news-tt {
  margin: 0 0 36px;
}

.content-news-detail .news-tt h3 {
  line-height: 1;
  border-left: 8px solid #0056FF;
  padding-left: 12px;
  text-transform: uppercase;
}

.content-news-detail .swiper-button-next, .content-news-detail .swiper-button-prev {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #FFF;
}

.content-news-detail .swiper-button-next:after, .content-news-detail .swiper-button-prev:after {
  font-size: 18px;
  color: #0056FF;
}

.content-news-detail .swiper-button-next:hover, .content-news-detail .swiper-button-prev:hover {
  background-color: #0056FF;
}

.content-news-detail .swiper-button-next:hover:after, .content-news-detail .swiper-button-prev:hover:after {
  color: #fff;
}

.news-related .n-item {
  display: flex;
  align-items: center;
}

.news-related .n-item span {
  color: #666;
  font-size: 12px;
}

.news-related a {
  display: block;
  color: #1A1A1A;
}

.news-related a:hover {
  color: #2356F9;
}

.news-related h4 {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-related .imgshow {
  width: 30%;
  margin-right: 12px;
}

.news-related .imgshow .img-box {
  padding-bottom: 66.66667%;
}

.news-related .imgshow .img-box img {
  transition: all 0.4s;
}

.news-related li {
  margin-bottom: 12px;
}

.sup-t {
  color: #000;
  margin: 100px 0 60px;
}

.support-list {
  background-color: #F2F2F2;
  padding: 64px 0;
  overflow: hidden;
}

.support-list ul {
  display: flex;
  flex-wrap: wrap;
}

.support-list a {
  color: #231815;
  display: block;
}

.support-list .text {
  text-align: center;
  padding: 24px 0 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.support-list .s-item {
  color: #231815;
  background-color: #FFF;
  padding: 46px 36px;
  box-shadow: 3px 1px 1px 1px rgba(34, 27, 8, 0.05);
  border-radius: 0px 0px 10px 10px;
  box-sizing: border-box;
  height: 100%;
  display: block;
}

.support-list .s-item:hover {
  color: #2356F9;
}

.support-list .s-item.last {
  display: flex;
  align-items: center;
  justify-content: center;
}

.support-list ul {
  margin: 0 -25px;
}

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

.support-list .imgshow {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height:calc(100% - 52px);
}

.support-list .imgshow img {
  max-width: 100%;
  height: auto;
}

.support-list li {
  margin-bottom: 50px;
}

.support-period dd {
  margin-bottom: 70px;
}

.support-period .text {
  color: #231815;
}

.support-period .text h4 {
  color: #000;
  position: relative;
  margin-bottom: 24px;
  padding-left: 30px;
}

.support-period .text h4:after {
  content: '';
  position: absolute;
  left: 0;
  top: 17px;
  width: 18px;
  height: 18px;
  background-color: #2356F9;
  border-radius: 50%;
}

.faq-list {
  color: #000;
  margin: 0 0 120px;
}

.faq-list li {
  border-bottom: 1px solid #2356F9;
  padding: 24px 0;
}

.faq-list .act .f-tt .icon, .faq-list .cur .f-tt .icon {
  background-image: url("../images/add2.png");
}

.faq-list .act .text {
  display: block;
}

.faq-list .text {
  color: #231815;
  margin: 24px 0 0;
  display: none;
}

.faq-list .f-tt {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.faq-list .f-tt .icon {
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  position: relative;
  background-image: url("../images/add.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.faq-list .f-tt h3 {
  width: 100%;
  flex: 1;
  font-weight: 400;
  box-sizing: border-box;
  padding-right: 20px;
}
.about-top{
    max-width:1550px;
    margin:0 auto;
}
.about-top .img-icon{
    padding-bottom:60px;
    text-align: center;
}
.about-top .img-box {
  /*padding-bottom: 141.48387%;*/
}

.about-top .img-box img {
  transition: all 0.4s;
}

.about-top .imgshow {
  margin: 100px 0;
  position: relative;
}

.about-top .imgshow .icon {
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 170px;
  height: 148px;
  background: url("../images/about-ss.png") no-repeat;
  pointer-events: none;
}

.about-top .text {
  color: #000;
  text-align: center;
  /*margin-bottom: 100px;*/
	font-size:20px;
	line-height:180%;
	text-indent:2em;
}

.about-info .a-item {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}

.about-info .imgshow {
  width: 73%;
  position: relative;
}

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

.about-info .imgshow .img-box img {
  transition: all 0.4s;
}

.about-info .imgshow .icon {
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 170px;
  height: 148px;
  background: url("../images/about-ss.png") no-repeat;
  pointer-events: none;
}

.about-info li {
  margin-bottom: 100px;
}

.about-info li:nth-child(2n) .a-item {
  flex-direction: row;
  text-align: right;
}

.about-info li:nth-child(2n) .imgshow .icon {
  right: auto;
  left: 0;
}

.about-info .last .text-p {
  margin-bottom: 0;
}

.about-info .last .img-icon {
  margin-bottom: 80px;
}

.about-info .text {
  width: 24%;
  color: #231815;
}
.about-info .text.f-24{
    font-size:36px;
}
.about-info .text h3 {
  background-color: #2356F9;
  padding: 15px  50px;
  color: #fff;
  display: inline-block;
  border-radius: 60px;
  line-height: 1;
}

.about-info .text-p {
  color: #231815;
  line-height: 2;
  margin: 60px 0;
}

.about-info .t-t h3 {
  margin-top: 90px;
}

.content-contact {
  background-color: #F4F4F4;
  padding: 1px 0;
}

.contact-cont {
  margin: 100px 0;
}

.contact-cont .con-left {
  float: left;
  width: 35%;
  color: #333;
  margin-top: 10%;
}

.contact-cont .con-left a {
  color: 3333;
}

.contact-cont .con-left .c-t {
  margin: 55px 0 20px;
  margin-bottom: 55px;
}

.contact-cont .con-left .c-t .line {
  margin: 12px 0 0;
  width: 47px;
  height: 2px;
  background-color: #1B1B1B;
}

.contact-cont .con-left dd {
  margin-bottom: 20px;
  line-height: 2;
  background-repeat: no-repeat;
  background-position: 0 13px;
  padding-left: 34px;
}

.contact-cont .con-left dd a {
  color: #333;
}

.contact-cont .con-left .add {
  background-image: url("../images/con-add.png");
}

.contact-cont .con-left .app {
  background-image: url("../images/con-app.png");
}

.contact-cont .con-left .mail {
  background-image: url("../images/con-mail.png");
}

.contact-cont .con-right {
  width: 55%;
  float: right;
  border-radius: 25px;
  background-color: #FFF;
  padding: 40px 110px 70px;
  box-sizing: border-box;
  color: #000;
}

.contact-cont .con-right h3 {
  text-align: center;
}

.contact-cont .con-right #xhlFormSubmit {
  width: 100%;
  box-sizing: border-box;
  background-color: #2356F9;
  color: #FFF;
  border-radius: 35px;
  height: 70px;
  line-height: 70px;
  font-size: 24px;
}

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

.contact-cont .con-right .usedComp input {
  border: 1px solid #000;
  border-radius: 10px;
  height: 60px;
  box-sizing: border-box;
  background-color: #FFF;
}

.contact-cont .con-right .xhl-controls .xhl-textarea {
  border: 1px solid #000;
  border-radius: 10px;
  box-sizing: border-box;
  background-color: #FFF;
}

.contact-cont .con-right .usedComp label {
  font-size: 18px;
  color: #4d4d4d;
}

.con-map {
  margin-bottom: 40px;
}

.con-map img {
  width: 100%;
}

.index-an-bot {
  background-color: #FFF;
  position: relative;
  z-index: 2;
}
.vjs-poster{
    width: 100% !important;
}
#top-an {
  overflow: hidden;
  position: relative;
}

#top-an .index-video {
  position: fixed;
  top: 84px;
  left: 0;
  right: 0;
  width: 100%;
}

#top-an .h-top-ad {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.viewer-navbar, .viewer-toolbar {
  display: none;
}

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

.banner-ny.banner .img-box img {
  transition: all 0.4s;
}

#index-lay {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #FFF;
  padding: 40px 110px;
  box-sizing: border-box;
}

#index-lay .text {
  text-align: left;
}

#index-lay .lay-btn {
  margin: 30px 0 40px;
}

#index-lay .lay-btn a {
  display: inline-block;
  width: 210px;
  height: 52px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  /*background-image: url("../images/lay-btn.png");*/
  border: 1px solid  #246EFF;
  text-align: center;
  font-size: 26px;
  font-family: 'NotoSansCJK700';
  color: #246EFF;
  box-sizing: border-box;
  line-height: 52px;
  margin: 0 20px;
}

#index-lay .lay-btn a.act {
  /*background-image: url("../images/lay-btn-h.png");*/
  background: #246EFF;
  color: #FFF;
}

#index-lay .lay-tt {
  margin-bottom: 14px;
}

#index-lay .t-cen {
  text-align: center;
  margin-bottom: 10px;
}

.layui-layer.mytheme {
  background: rgba(0, 0, 0, 0);
  background-size: cover;
  border-radius: 24px;
  border: 2px solid #FFFFFF;
}

.layui-layer.mytheme .layui-layer-title {
  text-align: center;
  padding: 0;
  font-size: 18px;
}

.layui-layer.mytheme .layui-layer-btn .layui-layer-btn0, .layui-layer.mytheme .layui-layer-btn .layui-layer-btn1 {
  font-size: 24px;
  height: 48px;
  line-height: 48px;
  color: #FFF;
  width: 48%;
  text-align: center;
}

.layui-layer.mytheme .layui-layer-btn .layui-layer-btn0 {
  background-color: #000;
  box-sizing: border-box;
  border: none;
}

.layui-layer.mytheme .layui-layer-btn .layui-layer-btn1 {
  background-color: #0056FF;
  box-sizing: border-box;
  border: 1px solid  #0056FF;
}

.layui-layer.mytheme .layui-layer-btn {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
}

.gt_float_switcher .gt_options{
    position: absolute !important;
    top: 100%;
    background: #FFF;
    left: auto;
    right: 0;
}

.gt_float_switcher .gt_options a{
    display:flex !important;
}
.pd-imgshow .imgshow img.wap-pic{
    display: none;
}
@media screen and (max-width: 1800px) {
  .header-box {
    padding: 0 20px;
  }
  .ipd-20 {
    padding: 0 20px;
  }
  .f-80 {
    font-size: 64px;
  }
  .f-32 {
    font-size: 24px;
  }
}
@media (min-width: 1000px) and (max-width: 1800px){
	.h-tool{
		right:20px!important;
	}
}
@media screen and (max-width: 1466px) {
  #menuPc li a {
    padding: 36px;
    font-size: 16px;
  }
  .index-news-grid {
    padding: 0;
  }
  .prod-colors-list .c-item h3 {
    font-size: 18px;
  }
  .banner-ny .b-content .b-t {
    font-size: 64px;
  }
  .footer {
    padding: 50px 20px;
  }
  .index-ipd {
    padding: 0 20px;
  }
  .m-width-content2 {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1280px) {
    .h-top-ad{
        padding: 20px;
        font-size: 16px;
    }
    #top-an .index-video{
        top: 56px;
    }
    .index-video .video-js .vjs-big-play-button{
        width: 50px;
        height: 50px;
        background-size: 100%;
    }
    #menuPc li a{
        padding: 34px;
        font-size: 14px;
    }
    .index-title {
        margin: 50px 25px 50px;
    }
    .f-64 {
        font-size: 40px;
    }
    .index-product-grid .pt-tt {
        padding: 40px 12%;
    }
        .f-30 {
        font-size: 18px;
    }
        .f-64 {
        font-size: 30px;
    }
    .index-news-grid {
        margin: 0px 0 60px;
    }

}
@media screen and (max-width: 1000px) {
    .pd-imgshow .imgshow img.wap-pic{
        display: block;
    }
    .pd-imgshow .imgshow img.pc-pic{
        display: none;
    }
    .about-info .last .img-icon{
        margin-bottom: 32px;
    }
    .index-product-grid .pt-tt h3{
        font-size: 14px;
    }
    .footer .f-right .f-con a{
        font-family: 'NotoSansCJK';
    }
  html.mm-blocking body {
    overflow: initial;
  }
  .header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
  }
  #menuPc {
    display: none;
  }
  .mm-opened #menuWap {
    display: block;
  }
  #page {
    background: #FFFFFF;
    overflow-x: hidden;
  }
  /*.btn-nav:after{*/
  /*    content: '';*/
  /*    display: none;*/
  /*    width: 30px;*/
  /*    height: 30px;*/
      
  /*    background-repeat: no-repeat;*/
  /*    background-size: 100%;*/
  /*}*/
  .btn-nav {
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50% 50%;
    top: 0;
    right: 20px;
    /*background: transparent;*/
    border: none;
    padding: 11px 0;
    -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;
    min-height: 30px;
    float: right;
  }
  .icon-bar {
    display: block;
    margin: 6px 0;
    width: 30px;
    height: 3px;
    background-color: #2356F9;
    box-shadow: 0 1px 1px #000000;
    -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 .btn-nav{
      background-image:url('/wp-content/uploads/2023/08/xpng-1.png') ;
  }
  .mm-opening .btn-nav .icon-bar{
      display: none;
  }
  /*.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;*/
  /*}*/
  .banner .bg-box {
    display: none;
  }
  .banner .banner-content {
    display: none;
  }
  .banner .wap-box {
    display: block;
  }
  .banner .swiper-slide .video-box {
    display: none;
  }
  .index-video .video-js .vjs-big-play-button {
    width: 40px;
    height: 40px;
    background-size: 40px;
  }
  #top-an .h-top-ad {
    padding: 12px;
    font-size: 14px;
    height: 84px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .h-tool {
    /*margin-right: 50px;*/
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .logo img {
    height: 32px;
    margin: 11px 0;
  }
  .header-box {
    border-bottom: 1px solid #f5f5f5;
  }
  .index-product-grid .pt-tt {
    padding: 50px 0;
  }
  .index-product-grid .product-list li {
    padding: 0 10px;
    width: 50%;
    margin-bottom: 20px;
  }
  .index-product-grid .product-list ul {
    margin: 0 -10px;
  }
  .index-product-grid .product-list {
    padding-bottom: 30px;
  }
  .index-title {
    margin: 50px 0;
  }
  .f-64 {
    font-size: 32px;
  }
  .index-about-grid .text, .index-about-grid .imgshow {
    width: 100%;
    box-sizing: border-box;
  }
  .index-about-grid .about-cont {
    flex-direction: column;
    padding: 0;
  }
  .index-about-grid .text {
    padding: 20px;
  }
  .index-about-grid {
    font-size: 14px;
  }
  .index-cenlist li {
    padding: 0 10px;
    width: 50%;
    margin-bottom: 20px;
  }
  .index-cenlist li:nth-child(2n) {
    margin-top: 0;
  }
  .index-cenlist {
    margin: 30px 0 0;
  }
  .index-cenlist .text {
    padding: 12px;
    box-sizing: box-sizing;
    opacity: 1;
    visibility: visible;
  }
  .index-cenlist p {
    font-size: 14px;
  }
  .index-cenlist h3 {
    font-size: 16px;
  }
  .index-title .sub-tt {
    font-size: 16px;
  }
  .index-newslist li {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .index-newslist ul {
    margin: 0;
  }
  .index-news-grid {
    margin: 0 0 50px;
  }
  .index-contact-grid {
    padding: 24px;
    flex-direction: column;
  }
  .index-contact-grid .text {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .footer .footer-box {
    flex-direction: column;
  }
  .footer .footer-box .f-logo {
    text-align: center;
  }
  .footer .footer-box .f-logo img {
    height: 50px;
  }
  .footer .f-right {
    width: 100%;
    flex-wrap: wrap;
  }
  .footer .f-right .f-con {
    padding: 30px 0 0;
  }
  .footer .f-right .f-nav {
    margin: 20px 0 0;
    width: 100%;
  }
  .pro-tabitem a {
    font-size: 12px;
    padding: 12px;
    /*width: auto;*/
    justify-content: center;
    display: flex;
    align-items: center;
  }
  .pro-tabitem {
    margin: 50px 0 40px;
  }
  .prony-list li {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .prony-list ul {
    margin: 0 -10px;
  }
  .page-box {
    padding: 50px 0 30px;
  }
  .prod-param .p-cont {
    padding: 40px 20px;
  }
  .prod-param .text {
    font-size: 14px;
  }
  .prod-param .p-palist .p-item {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .prod-param .p-palist ul {
    /*flex-direction: column;*/
  }
  .prod-param .p-palist li {
    /*max-width: 100%;*/
    /*width: 100%;*/
    box-sizing: border-box;
    margin-bottom: 12px;
  }
  .prod-param .p-palist li h4 {
      margin-top: 5px;
    font-size: 12px;
    font-weight: 400;
  }
  .prod-param .p-palist .icon {
    margin: 0 10px 0 0;
  }
  .prod-param .p-palist .icon img {
    width: 34px;
  }
  .p-ct {
    margin: 50px 0 40px;
  }
  .f-48 {
    font-size: 24px;
  }
  .prod-colors-list li {
    width: 50%;
  }
  .prod-colors-list .text {
    padding: 0 12px;
  }
  .prod-colors-list .c-item h3 {
    font-size: 14px;
  }
  .pd-imgshow .imgshow,.pd-imgshow{
      height: auto;
  }
  .pd-imgshow{
      background:transparent;
      /*margin-bottom: 12px;*/
  }
  .pd-imgshow .t-cont{
      opacity: 1;
  }
  .pd-imgshow .text {
    /*position: relative;*/
    /*background-color: rgba(0, 0, 0, 0.5);*/
  }
  .pd-imgshow h3 {
    font-size: 18px;
  }
  .pd-imgshow .t-cont {
    width: 100%;
    padding: 20px 0;
  }
  .pd-imgshow .t-cont .text-p {
    font-size: 16px;
  }
  .pd-imgshow .t-right {
    text-align: left;
  }
  .pd-display .d-t h3 {
    font-size: 24px;
    margin-left: 12px;
  }
  .pd-display .d-t {
    padding: 50px 0 40px;
  }
  .pd-display .d-t img {
    width: 24px;
  }
  .pd-display {
    padding-bottom: 40px;
  }
  .pd-packing {
    padding: 40px 20px;
    flex-direction: column;
    margin-bottom: 0;
    /*background: #FFF;*/
    flex-direction: column-reverse;
  }
  .pd-packing .imgshow, .pd-packing .text {
    width: 100%;
    box-sizing: border-box;
  }
  .pd-packing .text {
    margin: 20px 0 0;
  }
  .f-24 {
    font-size: 16px;
  }
  .about-top .imgshow {
    margin: 20px 0;
  }
  .about-top .text {
    font-size: 14px;
    margin-bottom: 40px;
  }
  .m-width-content2 {
    padding: 0;
  }
  .about-top .imgshow .icon {
    width: 56px;
    height: 49px;
    background-size: cover;
  }
  .about-info .imgshow, .about-info .text {
    width: 100%;
  }
  .about-info .a-item {
    flex-direction: column;
  }
  .about-info .a-item .icon {
    width: 56px;
    height: 49px;
    background-size: cover;
  }
  .about-info .a-item .img-icon img {
    width: 34px;
  }
  .about-info .text-p {
    margin: 20px 0;
  }
  .about-info .text h3 {
    font-size: 20px;
    padding: 12px 34px;
  }
  .about-info .text {
    text-align: center;
    padding: 20px 0 0;
  }
  .about-info li:nth-child(2n) .a-item {
    flex-direction: column;
  }
  .about-info li {
    margin-bottom: 20px;
  }
  .about-info .last .imgshow, .about-info .last .text {
    width: 100%;
  }
  .about-info .t-t h3 {
    margin-top: 30px;
  }
  .sup-t {
    font-size: 16px;
    margin: 50px 0 40px;
  }
  .sup-t h2 {
    line-height: 1.25;
    margin-bottom: 20px;
  }
  .support-list li {
    margin-bottom: 20px;
    width: 50%;
    padding: 0 10px;
  }
  .support-list ul {
    margin: 0 -10px;
  }
  .support-list .s-item {
    padding: 12px;
  }
  .support-period .text h4 {
    font-size: 18px;
    padding-left: 16px;
  }
  .support-period .text h4:after {
    width: 10px;
    height: 10px;
    top: 9px;
  }
  .support-period dd {
    margin-bottom: 20px;
  }
  .faq-list .f-tt h3 {
    font-size: 18px;
  }
  .faq-list {
    margin: 0 0 40px;
  }
  .banner-ny .b-content .b-t {
    font-size: 24px;
  }
  .crumbs-box {
    padding: 0;
  }
  .crumbs-box, .crumbs-box .iconfont {
    font-size: 14px;
  }
  .crumbs-box .iconfont {
    margin: 0 6px;
  }
  .support-list {
    padding: 40px 0;
  }
  .news-tabitem a {
    padding: 12px;
    font-size: 16px;
  }
  .news-tabitem {
    margin: 40px 0;
  }
  .newsny-list li {
    width: 50%;
    margin-bottom: 12px;
  }
  .newsny-list .text {
    padding: 12px;
  }
  .content-news-detail .news-left, .content-news-detail .news-right {
    width: 100%;
  }
  .content-news-detail {
    padding: 40px 0;
  }
  .content-news-detail .news-right {
    margin-top: 20px;
  }
  .banner-ny .b-contact .b-sut img {
    width: 24px;
  }
  .banner-ny .b-contact .b-sut {
    margin: 5px 0;
    display: none;
  }
  .contact-cont {
    margin: 40px 0;
  }
  .contact-cont .con-left, .contact-cont .con-right {
    width: 100%;
    box-sizing: border-box;
  }
  .contact-cont .con-left .c-t {
    margin: 20px 0;
  }
  .contact-cont .con-right {
    padding: 12px;
  }
  .contact-cont .con-right h3 {
    font-size: 24px;
  }
  .h-top-ad {
    font-size: 14px;
    line-height: 1.5;
  }
  .about-top .img-icon{
      padding-bottom:15px;
  }
  .about-top .img-icon img{
      width:34px;
  }
  .about-info .text.f-24{
      font-size:14px;
  }
  #index-lay{
      padding: 20px;
  }
  #index-lay .lay-btn a{
      margin: 0;
      width: 50%;
      box-sizing: box-sizing;
      font-size: 14px;
  }
   #index-lay .lay-btn{
       width: 100%;
       display: flex;
       flex-direction: justify-content;
   }
   .index-product-grid .pro-ad .img-box{
       padding-bottom: 55%;
   }
   .gt_float_switcher{
       box-shadow: none !important;
   }
   .nav-box{
       flex: 1;
       padding-left: 20px;
   }
   .contact-cont .con-left dd{
       margin-bottom: 12px;
       background-position: 0 7px;
   }
   .contact-cont .con-left{
       margin-top: 0;
   }
   .index-newslist .text{
       padding: 12px;
   }
   .index-video{
       max-height: 180px;
   }
   #top-an .h-top-ad{
       height: 60px;
   }
}

/*搜索相关*/
.search-nav .search-slide {
  padding: 0 60px;
}
/*.search-nav{*/
/*	border-top: 1px solid #fff;*/
/*}*/
.search-slide .search-input {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.search-slide .search-input .laber {
  font-size: 20px;
  color: #000000;
}

.search-slide .search-input .input-box {
  /*margin: 0 10px;*/
  position: relative;
}

.search-slide .search-input .input-box input {
  background: transparent;
  width: 500px;
  border: none;
  border-bottom: 2px solid #000;
  height: 40px;
  font-size: 20px;
}

.search-slide .search-input .button button {
  border: none;
  background: transparent;
  /*position: absolute;*/
  /*right: 0;*/
  /*top: 50%;*/
  /*transform: translateY(-50%);*/
}

.search-slide .search-fixed {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}

.search-slide .search-fixed .tag,
.search-slide .search-fixed .want {
  width:100%;
}

.search-slide .search-fixed .tit {
  font-size: 30px;
  margin-bottom: 15px;
  color: #000000;
  text-align: center;
}

.search-slide .search-fixed .list {
  /* padding: 0 70px; */
  /*text-align: center;*/
}

/* .search-slide .search-fixed .tag .list a {
  padding: 5px 25px;
  border: 1px solid #000;
  font-size: 18px;
  color: #000000;
  font-family: 'Futura LT Light';
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 12px;
  transition: all 0.6s;
  margin-right: 5px;
} */
.search-slide .search-fixed .tag .list{
	margin: 0 -12px;
}
.search-slide .search-fixed .tag .list a {
  padding: 0px 12px;
  margin-right: 20px;
  /* border: 1px solid #000; */
  font-size: 18px;
  color: #000000;
  font-family: 'Futura LT Light';
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 12px;
  transition: all 0.6s;
  /* margin-right: 5px; */
}
/*.search-slide .search-fixed .tag .list a:nth-child(1){*/
/*	padding-left: 10px;*/
/*}*/
.search-slide .search-fixed .tag .list a:hover {
  color: #fff;
  background: #000;
}

.search-slide .search-fixed .want .list li {
  margin-bottom: 15px;
}

.search-slide .search-fixed .want .list li a {
  font-size: 18px;
  color: #000000;
  font-family: 'Futura LT Light';
}

.search-slide .search-fixed .want .list li a:hover {
  text-decoration: underline;
}
.search-nav2{
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 10000;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
}
.search-nav2.cur{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.search-close{
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.search-nav2 .m-width-content{
  background-color:#d9d4d0;
  padding-top: 10%;
  position: relative;
  z-index: 3;
  padding-bottom: 28px;
}
.search-slide .search-input{
  position: relative;
  justify-content: space-between;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: nowrap;
}
.search-slide .search-input .button{
  flex-shrink: 0;
  margin-left: 12px;
}
.search-slide .search-input .input-box{
  width: 100%;
  z-index: 1;
  
  
}
.search-slide .search-input .input-box form{
	display: flex;
	    align-items: center;
}
.search-slide .search-input .input-box input{
  width: 100%;
}
.search-slide .search-input .laber{
  flex-shrink: 0;
}
.search-slide .search-input .button button .iconfont{
  font-size: 24px;
}
.search-slide .search-input .button button:nth-child(2){
  margin-left: 12px;
}

.h-tool {
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  box-sizing: border-box;
}
.h-tool div {
  margin: 0px 10px 0 0;
  display: flex;
  flex-shrink: 0;
 
  	height: auto;
}

.h-tool div.search-box{
 height: 100%;
 align-items: center;
}
.h-tool div.search-box a{
	display: block;
}
.h-tool div a {
  display: flex;
}

.h-tool .lan {
  font-size: 14px;
  color: #7F7C7A;
  margin-right: 14px;
}

.h-tool .lan a {
  color: #7F7C7A;
}

.h-tool .lan a.act {
  color: #000000;
}

.sear-tt{
	font-size: 24px;
	padding: 24px 0;
	margin: 0 30px;
}
.sear-tt em{
	font-weight: bold;
}

.search-list ul li .li-inner{
	display:flex;
	flex-direction: column;
	box-shadow:none;
	padding: 0;
}
.search-list ul li .li-inner .img-box{
	padding-bottom: 100%;
    overflow: hidden;
	width: 100%;
	height: 100%;
}
.search-list ul li .li-inner .imgshow,.search-list ul li .li-inner .img-text{
	width: 100%;
	box-sizing: border-box;
}
.search-list ul li .li-inner .img-text{
	padding: 0 20px 12px;
}
.search-list ul li .li-inner .imgshow{
	background: rgb(228, 225, 222);
}
.search-list ul li .li-inner:hover .img-box.d-img{
	/* display: none; */
}
.search-list ul li .li-inner .img-box.h-img{
	/* display: none; */
}
.search-list ul li .li-inner:hover .img-box.h-img{
	/* display: block; */
}
.search-list .img-text .t a{
	width: 100%;
}
.search-list .img-text{
	margin-top: 20px;
}
.search-list .img-text .d{
	height: auto;
	max-height: 150px;
}
.search-list ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.search-list ul li {
	width: 25%;
	box-sizing: border-box;
	padding: 0 10px;
	box-shadow:none;
}
.search-list ul li .li-inner{
	height: 100%;
	box-sizing: border-box;
}
.search-list{
	margin: 0 30px;
}
