@charset "UTF-8";
/*header start*/
.nav-box nav#menuPc > ul > li {
  position: relative;
  cursor: pointer;
}

.nav-box nav#menuPc > ul > li:hover::before {
  width: 32px;
}

.nav-box nav#menuPc > ul > li::before {
  content: '';
  width: 0px;
  height: 3px;
  background: #FFC34B;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.6s;
  z-index: 4;
  bottom: 0;
}

.header {
  position: fixed;
  z-index: 2023;
  left: 0;
  right: 0;
  box-sizing: border-box;
  transition: all 0.3s;
}

.header:hover {
  background-color: #FFF;
}

.header:hover .h-tel a {
  color: #000;
}

.header.h-fix {
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.3);
}

.header.h-fix .h-tel a {
  color: #fff;
}

.header.h-w .h-left .logo a {
  color: #FFF;
}

.header.h-w #menuPc a {
  color: #FFF;
}

.header.h-w .h-lang a {
  color: #FFF;
}

.header.h-w .h-lang .h-lang-t {
  border-color: #FFF;
  color: #FFF;
}

.header.h-w:hover {
  background-color: #fff;
}

.header.h-w:hover .h-left .logo a, .header.h-w:hover .h-tel a {
  color: #000;
}

.header.h-w:hover #menuPc a {
  color: #000;
}

.header.h-w:hover .h-lang .h-lang-t {
  border-color: #000;
  color: #000;
}

.header .header-box {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.header .h-left {
  float: left;
  display: flex;
  align-items: center;
}

.header .h-left .logo {
  font-weight: bold;
}

.header .h-left .logo a {
  color: #2B373E;
  display: flex;
  align-items: center;
}

.header .h-left .logo img {
  height: 36px;
  margin-right: 11px;
}

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

.btn-nav {
  display: none;
}

#menuPc a {
  color: #000;
  display: block;
  padding: 24px 38px;
}

#menuPc ul {
  display: flex;
}

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

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

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

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

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

.h-tel {
  margin-right: 60px;
}

.h-tel a {
  color: #000;
}

.h-tel .iconfont {
  margin-right: 5px;
}

.h-lang .h-lang-t {
  display: flex;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #000;
  box-sizing: border-box;
  text-align: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 1.4rem;
}

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

.child-box {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: white;
}

.child-box .child-nav {
  display: none;
  border-top: 1px solid #E4E4E4;
}

.child-box .child-nav ul {
  display: flex;
  justify-content: center;
}

.child-box .child-nav ul a {
  color: #000;
  display: block;
  padding: 38px;
  line-height: 1;
  transition: all 0.4s;
}

.child-box .child-nav ul a .cur, .child-box .child-nav ul a:hover {
  color: #FF4B4B;
}

/*header end*/
/*footer start*/
.f-logo a {
  color: #E4A932;
}

.f-logo img {
  margin-right: 20px;
}

.footer {
  padding: 1px 100px;
  background-color: #4A4A4A;
}

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

.footer .f-nav ul {
  display: flex;
}

.footer .f-nav ul li {
  margin-right: 60px;
}

.footer .f-nav ul li:nth-last-child(1) {
  margin-right: 0;
}

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

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

.footer-share dl {
  display: flex;
}

.footer-share dl dd {
  margin-left: 32px;
}

.foot-copy {
  text-align: center;
  color: #B1B1B1;
  padding: 14px 0 0;
  display: flex;
  align-items: center;
}

.foot-copy a {
  color: #B1B1B1;
  padding-left: 10px;
  display: block;
}

/*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%;
  height: 100vh;
  transform: scale(1.1);
  transition: all 4s;
  object-fit: cover;
}

.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: 10%;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  z-index: 9;
  flex-direction: column;
  opacity: 0;
  transition: all 0.3s;
}

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

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

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

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

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

/*轮播图end*/
.crumbs-main {
  border-bottom: 1px solid #E9E9E9;
}

.crumbs-main.slot {
  background-color: #F9F9F9;
  position: sticky;
  top: 72px;
  z-index: 199;
}

.crumbs-box {
  padding: 22px 0;
  color: #999;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  padding-left: 230px;
  position: relative;
  z-index: 2;
}

.crumbs-box .menu-tab {
  text-align: right;
  flex: 1;
}

.crumbs-box .menu-tab a {
  color: #666;
  display: inline-block;
  margin-left: 40px;
  position: relative;
}

.crumbs-box .menu-tab a:after {
  position: absolute;
  content: '';
  left: 50%;
  bottom: -22px;
  width: 0;
  height: 4px;
  background: #FF4B4B;
  border-radius: 2px;
  margin-left: -12px;
  transition: all 0.4s;
}

.crumbs-box .menu-tab a.cur, .crumbs-box .menu-tab a:hover {
  color: #FF4B4B;
}

.crumbs-box .menu-tab a.cur:after, .crumbs-box .menu-tab a:hover:after {
  width: 24px;
}

.crumbs-box .iconfont {
  font-size: 1.8rem;
  color: #666666;
}

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

.crumbs-box .cru-left {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 220px;
  background-color: #FFC34B;
  background-repeat: no-repeat;
  background-position: 110% 100%;
  background-image: url("../images/top-logo.png");
  height: 220px;
  color: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 22px;
  box-sizing: border-box;
  font-weight: bold;
}

.crumbs-box .cru-left h1 {
  font-weight: bold;
  padding-top: 12px;
}

.crumbs-box .cru-left span {
  text-transform: uppercase;
  line-height: 1;
  display: block;
}

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

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

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

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

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

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

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

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

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

.page-box .page-inner a,
.page-box .page-inner span {
  border: 1px solid #999;
  display: inline-flex;
  color: #999;
  margin: 0 3px;
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  justify-content: center;
  background: transparent;
  transition: all 0.3s;
  border-radius: 6px;
}

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

.page-box .page-inner a.page-text:hover {
  background-color: #FFC34B;
  border: 1px solid #FFC34B;
  color: #000;
}

.page-box .page-inner .current, .page-box .page-inner a:hover {
  background-color: #FFC34B;
  border: 1px solid #FFC34B;
  color: #000;
}

/*分页 end*/
/*公共样式定义 end*/
.index-banner {
  position: relative;
}

.index-banner video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  display: block;
}

.index-banner .icon {
  position: absolute;
  width: 90px;
  height: 90px;
  background: url("../images/banner-play.png") no-repeat;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  transition: all 0.4s;
  cursor: pointer;
}

.grey-bg {
  background: linear-gradient(-90deg, #AEAEAE, rgba(248, 248, 248, 0.8));
}

.grey-bg2 {
  background: linear-gradient(90deg, #AEAEAE, rgba(248, 248, 248, 0.8));
}

.index-product-grid .index-box {
  height: 100vh;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  width: 100%;
}

.index-product-grid .index-box.reserve {
  flex-direction: row;
}

.index-product-grid .imgshow {
  width: 52%;
  opacity: 0;
}

.index-product-grid .text {
  flex: 1;
  opacity: 0;
  text-align: center;
}

.index-product-grid .text h3, .index-product-grid .text p {
  line-height: 1;
}

.index-product-grid .text p {
  margin: 38px 0 60px;
}

.index-product-grid .t-btns a {
  margin: 0 8px;
  display: inline-block;
  border: 1px solid #FFC34B;
  border-radius: 24px;
  padding: 16px 20px;
  line-height: 1;
  box-sizing: border-box;
  transition: all 0.4s;
}

.index-product-grid .t-btns a.cur, .index-product-grid .t-btns a:hover {
  background-color: #FFC34B;
  color: #000;
}
.index-product-grid .t-btns a.cur:hover{
	background: #fcb21c;
	color: #fff;
}

.see-more {
  margin: 0 8px;
  display: inline-block;
  border: 1px solid #FFC34B;
  border-radius: 24px;
  padding: 16px 20px;
  line-height: 1;
  box-sizing: border-box;
  transition: all 0.4s;
}

.see-more.cur {
  background-color: #FFC34B;
  color: #000;
}

.see-more:hover {
  background-color: #FF4B4B;
  border-color: #FF4B4B;
}

.product-tabmenu {
  display: flex;
  padding: 5vh 0 8vh;
}

.product-tabmenu .p-left {
  width: 16%;
}

.product-tabmenu .p-left dd {
  margin-bottom: 3vh;
  padding-left: 20px;
  position: relative;
  line-height: 1;
  transition: all 0.4s;
  cursor: pointer;
}

.product-tabmenu .p-left dd:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 3px;
  background-color: #FFC34B;
  opacity: 0;
}

.product-tabmenu .p-left dd.cur {
  color: #FF4B4B;
}

.product-tabmenu .p-left dd.cur:after {
  opacity: 1;
}

.product-tabmenu .p-right {
  flex: 1;
  border-left: 1px solid #E4E4E4;
}

.product-tabmenu .p-right ul {
  display: flex;
  /* justify-content: space-between; */
  padding: 0 5%;
}

.product-tabmenu .p-right .p-item {
  min-width: 130px;
  display: block;
  text-align: center;
}

.product-tabmenu .p-right .p-item .img-box {
  padding-bottom: 84.78261%;
}

.product-tabmenu .p-right .p-item .imgshow {
  overflow: hidden;
}

.product-tabmenu .p-right .p-item .imgshow img {
  transition: all 0.4s;
}

.product-tabmenu .p-right .p-item:hover h4 {
  color: #FF4B4B;
}

.product-tabmenu .p-right .p-item:hover img {
  transform: scale(1.06);
}

.product-tabmenu .p-right .p-item h4 {
  font-weight: 400;
  margin-top: 8px;
  color: #000;
  transition: all 0.4s;
}

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

.content-product {
  background: url("../images/pro-bg.jpg") no-repeat 50% 50%;
  background-size: cover;
  position: relative;
}

.protype-text {
  position: absolute;
  z-index: 2;
  right: 0;
  left: 33%;
  bottom: 0;
  background-color: #FFC34B;
  padding: 30px 42px 42px;
  margin-bottom: -42px;
  padding-right: calc((100% - 1200px)/2);
  color: #333;
}

.protype-text h3 {
  color: #0D0A0A;
  font-weight: bold;
  margin-bottom: 8px;
}

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

.product-inner {
  display: flex;
  height: 100vh;
  align-items: center;
  margin-bottom: 9vh;
}

.protext-tabitem {
  width: 190px;
}

.protext-tabitem li {
  margin-bottom: 48px;
  cursor: pointer;
}

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

.protext-tabitem li.cur .p-item, .protext-tabitem li:hover .p-item {
  background-color: #FFF;
  color: #000;
}

.protext-tabitem li.cur .p-item .icon, .protext-tabitem li:hover .p-item .icon {
  background-color: #FFC34B;
}

.protext-tabitem .p-item {
  transition: all 0.4s;
  background-color: #606060;
  padding: 12px 0 12px 63px;
  color: #FFF;
  border-radius: 21px;
  position: relative;
  margin-left: 10px;
}

.protext-tabitem .p-item .icon {
  transition: all 0.4s;
  position: absolute;
  width: 60px;
  height: 60px;
  background: #000000;
  border-radius: 50%;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.proimgshow {
  width: calc(100% - 190px);
}

.proimgshow .s-item {
  display: flex;
  align-items: center;
}

.proimgshow .s-item .imgshow {
  width: 50%;
  margin: 0 7%;
}

.proimgshow .text h3 {
  margin-bottom: 32px;
}

.proimgshow .text dd {
  margin-bottom: 8px;
}

.proimgshow .text dl {
  padding-bottom: 42px;
}

.proimg-swiper {
  position: relative;
}

.proimg-swiper .swiper-pagination {
  box-sizing: border-box;
  padding-left: 64%;
  bottom: 5vh;
}

.proimg-swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  background: transparent;
  border-radius: inherit;
  border-radius: 50%;
  transition: all 0.6s;
  background-color: #C5C5C5;
  box-sizing: border-box;
  margin: 0 5px;
}

.proimg-swiper .swiper-pagination-bullet-active {
  background-color: #FFC34B;
}

.prodis-block {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../images/pro-dis-bg.jpg");
  background-size: cover;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.prodis-block.bg2 {
  background-image: url("../images/pro-dis-bg2.jpg");
}

.prodis-block .imgshow {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}

.prodis-block .imgshow img {
  max-width: 100%;
  max-height:80vh;
}

.prodis-block h6 {
  font-weight: 400;
}

.prodis-block .pro-tt {
  text-align: center;
  margin-bottom: 12vh;
  opacity: 0;
}

.prodis-block .pro-canshu {
  text-align: center;
	width:100%;
}

.prodis-block .pro-canshu ul {
  display: flex;
  justify-content: center;
width:100%;

}

.prodis-block .pro-canshu ul li {
  width:25%;
  position: relative;
  opacity: 0;
}

.prodis-block .pro-canshu ul li:nth-last-child(1):after {
  display: none;
}

.prodis-block .pro-canshu ul li:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  height: 80%;
  width: 1px;
  background-color: #D8D8D8;
  transform: translateY(-50%);
}

.prodis-block .pro-canshu dd {
  margin-top: 42px;
}

.prodis-block .pro-canshu dd em {
  display: block;
  font-weight: bold;
  color: #FFFFFF;
  background: linear-gradient(90deg, #FF5F5B 0%, rgba(255, 188, 18, 0.8) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.prodis-title {
  display: flex;
  align-items: center;
  margin: 7vh 0 5.5vh;
}

.prodis-title h2 {
  font-weight: 400;
  flex-shrink: 0;
  margin: 0 160px;
}

.prodis-title span {
  width: 100%;
  height: 1px;
  background-color: #E4E4E4;
}

.related-swiper {
  position: relative;
}

.related-swiper h3 {
  text-align: center;
  font-weight: 400;
}

.related-swiper .r-item {
  background-color: #FFF;
  display: block;
  padding: 0 10% 42px;
  border: 1px solid transparent;
  transition: all 0.4s;
}

.related-swiper .r-item:hover {
  border-color: #FF4B4B;
}

.related-swiper .r-item:hover h3 {
  color: #FF4B4B;
}

.related-swiper .r-page {
  position: relative;
  height: 32px;
  margin: 5vh 0 8vh;
}

.related-swiper .r-page .swiper-button-next, .related-swiper .r-page .swiper-button-prev {
  background-image: none;
}

.related-swiper .r-page .swiper-button-next .iconfont, .related-swiper .r-page .swiper-button-prev .iconfont {
  font-size: 32px;
  font-weight: bold;
  color: #000;
}

.related-swiper .r-page .swiper-button-next {
  right: 50%;
  margin-right: -55px;
}

.related-swiper .r-page .swiper-button-prev {
  left: 50%;
  margin-left: -55px;
}

.pro-greybg {
  background-color: #F6F6F6;
  padding: 1px 0;
}

.news-list {
  padding: 60px 0 0;
}

.news-list li {
  margin-bottom: 20px;
}

.news-list .n-item {
  display: flex;
  flex-direction: row-reverse;
  background-color: #F6F6F6;
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-image: url("../images/news-list-bg.png");
  background-size: auto 100%;
  padding: 48px 30px;
  color: #666;
  transition: all 0.3s;
  border: 1px solid transparent;
}

.news-list .n-item:hover {
  transform: translateX(10px);
  border-color: #FF4B4B;
}

.news-list .n-item .imgshow {
  width: 21%;
}

.news-list .n-item .imgshow .img-box {
  padding-bottom: 64.61538%;
}

.news-list .n-item .text {
  flex: 1;
  box-sizing: border-box;
  margin-right: 10%;
}

.news-list .n-item h3 {
  color: #000;
  font-weight: bold;
  margin: 12px 0;
}

.news-list .n-item .link-more {
  margin-top: 24px;
  color: #333;
  transition: all 0.4s;
}

.news-list .n-item .link-more:hover {
  color: #FF4B4B;
}

.news-list .n-item .link-more .iconfont {
  font-weight: bold;
}

.news-list .n-item .text-p {
  line-height: 1.75;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.content-news-detail {
  color: #666;
  padding: 55px 0 0;
  max-width: 75%;
  margin: 0 auto;
}

.content-news-detail .n-tt {
  text-align: center;
  margin-bottom: 40px;
}

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

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

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

.news-page {
  margin: 5vh 0;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #EAEAEA;
  padding: 24px 0;
}

.news-page a {
  color: #999;
  transition: all 0.4s;
}

.news-page a:hover {
  color: #FF4B4B;
}

.answer-list {
  margin: 5vh 0 0;
}

.answer-list li {
  margin-bottom: 20px;
  cursor: pointer;
  border-radius: 10px;
  overflow: hidden;
}

.answer-list .a-t {
  padding: 20px 0;
  border-bottom: 1px solid transparent;
  position: relative;
  display: flex;
  position: relative;
}

.answer-list .a-t:after {
  content: '';
  width: 14px;
  height: 14px;
  background: #EEEEEE;
  border: 2px solid #CCCCCC;
  border-radius: 50%;
  top: 50%;
  margin-top: -7px;
  left: -23px;
  position: absolute;
  box-sizing: border-box;
  transition: all 0.4s;
}

.answer-list .a-t h3 {
  font-weight: 400;
  color: #000;
  line-height: 1;
}

.answer-list .a-t .iconfont {
  position: absolute;
  right: 0;
  text-align: center;
  font-size: 24px;
  line-height: 60px;
  top: 0;
  transition: all 0.4s;
  transform: rotate(-90deg);
  color: #666;
  font-weight: bold;
  cursor: pointer;
}

.answer-list .an-item {
  padding-left: 53px;
  padding-right: 30px;
  background-color: #FAFAFA;
}

.answer-list .a-text {
  padding: 18px 5% 28px 0;
  color: #333;
  font-weight: 500;
  display: none;
  line-height: 1.7;
}

.answer-list .cur, .answer-list .act {
  background-color: #FFC34B;
}

.answer-list .cur .a-t, .answer-list .act .a-t {
  border-color: #DDA83E;
  background-color: #FFC34B;
}

.answer-list .cur .a-t h3, .answer-list .act .a-t h3 {
  font-weight: bold;
  color: #333;
}

.answer-list .cur .a-t .iconfont, .answer-list .act .a-t .iconfont {
  transform: rotate(90deg);
  color: #000;
}

.answer-list .cur .a-t:after, .answer-list .act .a-t:after {
  background: #474747;
  border: 2px solid #999999;
}

.answer-list .act .a-text {
  display: block;
}

.content-service {
  background: url("../images/jishu-bg.jpg") no-repeat 50% 50%;
  background-size: cover;
  min-height: 100vh;
  box-sizing: border-box;
  padding: 10vh 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #FFF;
}

.content-service .ser-tt h2 {
  font-weight: 500;
}

.content-service .ser-tags {
  line-height: 1;
  margin: 4vh 0 8vh;
}

.content-service .ser-tags span {
  display: inline-block;
  padding: 0 32px;
  border-right: 1px solid #B2B2B2;
}

.content-service .ser-tags span:nth-last-child(1) {
  border: none;
}

.content-service .ser-imgshow {
  position: relative;
}

.content-service .ser-imgshow img {
  max-width: 100%;
}

.content-service .ser-imgshow .text {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  color: #000;
  text-align: center;
  align-items: center;
  width: 45%;
  justify-content: center;
}

.content-service .ser-imgshow h4 {
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.content-service .ser-imgshow h4 img {
  margin-right: 28px;
}

.content-service .ser-imgshow a {
  font-weight: bold;
  color: #000;
}

.content-contact {
  background-color: #f6f6f6;
  padding: 11vh 0;
  position: relative;
}

.content-contact:after {
  content: '';
  position: absolute;
  right: 5%;
  top: 50px;
  bottom: 50px;
  left: 45%;
  border: 14px solid #FFC34B;
  opacity: 0.4;
  z-index: 1;
}

.content-contact .m-width-1200 {
  position: relative;
  z-index: 2;
}

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

.content-contact .cont-left {
  width: 30%;
  background-color: #FFF;
  margin-right: 20px;
}

.content-contact .cont-right {
  flex: 1;
  position: relative;
}

.content-contact .cont-right .h-text {
  z-index: 31900000;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #FFC34B;
  padding: 30px 70px 30px 40px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}

.content-contact .cont-right .h-text.open {
  visibility: visible;
  opacity: 1;
}

.content-contact .cont-right .h-text .iconfont {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 20px;
}

.content-contact .cont-right .h-text .h-tt {
  border-bottom: 1px solid rgba(52, 52, 52, 0.3);
  padding-bottom: 16px;
}

.content-contact .cont-right .h-text .h-tt h3 {
  font-weight: bold;
}

.content-contact .cont-right .h-text dd {
  display: flex;
  margin-top: 12px;
}

.content-contact .cont-right .h-text dd a {
  display: flex;
}

.content-contact .cont-right .h-text dd label {
  flex-shrink: 0;
}

.filter-tt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #FFC34B;
  color: #000;
  padding: 20px 12px 20px 30px;
}

.filter-tt .f-btn {
  width: 100%;
  color: #555;
  position: relative;
}

.filter-tt .f-btn .iconfont {
  display: inline-block;
  position: relative;
  font-size: 18px;
  transform: rotate(-90deg);
  font-weight: bold;
}

.filter-tt .f-btn .f-t {
  position: absolute;
  right: 30px;
  top: 50%;
  color: #555555;
  transform: translateY(-50%);
  pointer-events: none;
}

.filter-tt .iPicker-result {
  border: none;
  background-color: transparent;
}

.filter-tt .iPicker-result input {
  background-color: transparent;
}

.filter-tt .iPicker-result input::placeholder {
  text-align: right;
  color: transparent;
}

.filter-tt input {
  font-weight: bold;
  font-size: 16px;
  color: #000;
}

.filter-tt input:focus, .filter-tt input:hover {
  border: none;
}

.filter-tt .iPicker-result.iPicker-result-active:not(.iPicker-disabled), .filter-tt .iPicker-result.iPicker-result-active:not(.iPicker-disabled):hover {
  border: none;
}

.filter-tt .iPicker-panel-tab > div.iPicker-panel-tab-active {
  color: #FFC34B;
}

.filter-tt .iPicker-list li.iPicker-list-active, .filter-tt .iPicker-list li:hover {
  color: #FFC34B;
}

.iPicker-list {
  position: absolute !important;
  top: 100%;
  width: 100% !important;
}

.filter-res {
  padding: 30px 15px;
}

.filter-res ul {
  display: flex;
  flex-wrap: wrap;
}

.filter-res ul li {
  margin: 15px;
  cursor: pointer;
  transition: all 0.4s;
}

.filter-res ul li:hover {
  color: #FFC34B;
}

.filter-res .cur {
  color: #FFC34B;
}

.filter-res-list {
  height: calc(74vh - 74px);
  overflow-y: auto;
}

.filter-res-list::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: #E4E4E4;
}

.filter-res-list::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: #E4E4E4;
}

.filter-res-list::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #878787;
}

.filter-res-list ul {
  padding: 36px 40px 36px 60px;
}

.filter-res-list .f-item {
  margin-bottom: 36px;
  color: #999999;
  transition: all 0.4s;
}

.filter-res-list .f-item .text-p p {
  font-size: 1.4rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.filter-res-list .f-item h4 {
  margin-bottom: 12px;
  font-weight: bold !important;
}

.filter-res-list .f-item .text-p {
  position: relative;
  line-height: 1.875;
}

.filter-res-list .f-item .iconfont {
  position: absolute;
  color: #999999;
  font-size: 20px;
  left: -37px;
  top: -3px;
}

.filter-res-list li {
  cursor: pointer;
}

.filter-res-list .cur .f-item {
  color: #000;
}

.filter-res-list .cur .f-item .iconfont {
  color: #FFC34B;
}

.about-info {
  padding: 7vh 0 12vh;
  background: url("../images/longlizhineng.png") 0 100% no-repeat;
}

.about-info .info-cont {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.about-info .info-cont .imgshow {
  width: 54%;
  margin-left: 8%;
  position: relative;
}

.about-info .info-cont .imgshow .video-js {
  padding-top: 64.8117%;
}

.about-info .info-cont .imgshow:after {
  content: '';
  position: absolute;
  left: -30px;
  top: 50%;
  right: 30px;
  bottom: -40px;
  background-color: #FFC34B;
  z-index: -1;
}

.about-info .info-cont .text {
  flex: 1;
}

.about-info .info-cont .text h3 {
  margin-bottom: 12px;
}

.about-info .info-cont .text .text-p {
  line-height: 2;
  text-indent: 2em;
}

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

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

.about-honor {
  position: relative;
  margin-top: -30px;
}

.about-honor .h-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: rgba(255, 195, 75, 0.9);
  left: calc((100% - 1200px)/2);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-image: url("../images/jiangbei.png");
}

.honot-cont {
  display: flex;
  padding: 5vh 0 6.6vh;
}

.honot-cont .honor-left {
  width: 56%;
  position: relative;
  left: -100px;
  margin-top: 36px;
}

.honot-cont .honor-left .img-box {
  padding-bottom: 58.40708%;
}

.honot-cont .honor-right {
  flex: 1;
}

.honot-cont .honor-right h3 {
  text-align: center;
  margin-bottom: 20px;
}

.honor-list ul {
  margin: 0 -10px;
}

.honor-list li {
  float: left;
  width: 50%;
  padding: 0 10px;
  box-sizing: border-box;
}

.honor-list .img-box {
  padding-bottom: 64.51613%;
}

.honor-list li {
  margin-bottom: 18px;
}

.about-dev {
  background: url("../images/dev-bg.jpg") no-repeat 50% 50%;
  background-size: cover;
  padding: 9vh 0;
}

.about-dev .dev-tt {
  margin-bottom: 5vh;
}

.dev-swiper {
  position: relative;
}

.dev-swiper .swiper-wrapper {
  padding-left: 35px;
}

.dev-swiper .swiper-button-next {
  background-image: none;
  width: 60px;
  height: 60px;
  background: #FFC34B;
  border-radius: 50%;
  margin-top: -30px;
  right: -5px;
  text-align: center;
}

.dev-swiper .swiper-button-next .iconfont {
  font-size: 30px;
  color: #000;
  font-weight: bold;
  line-height: 60px;
}

.dev-swiper .d-top {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: absolute;
  left: -35px;
  top: 0;
}

.dev-swiper .d-top .imgshow {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  box-sizing: border-box;
  border: 5px solid #FFC34B;
  flex-shrink: 0;
}

.dev-swiper .d-top .text {
  position: absolute;
  left: 120px;
  width: 280px;
  color: #333;
}

.dev-swiper .d-top h4 {
  color: #000;
}

.dev-swiper .d-item {
  display: flex;
  flex-direction: column;
}

.dev-swiper .d-line {
  width: 4px;
  height: 94px;
  background: #FFC34B;
}

.dev-swiper .d-bot {
  display: flex;
  align-items: center;
}

.dev-swiper .d-bot .d-dot {
  width: 32px;
  height: 32px;
  border: 6px solid #FFC34B;
  border-radius: 50%;
  box-sizing: border-box;
  position: relative;
}

.dev-swiper .d-bot .d-arrow {
  margin-left: 5px;
  flex: 1;
  height: 26px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url("../images/dev-arrow4.png");
}

.dev-swiper .swiper-slide {
  padding-top: 190px;
}

.dev-swiper .swiper-slide:nth-child(2n) {
  padding-bottom: 190px;
}

.dev-swiper .swiper-slide:nth-child(2n) .d-item {
  flex-direction: column-reverse;
}

.dev-swiper .swiper-slide:nth-child(2n) .d-top {
  top: auto;
  bottom: 0;
  flex-direction: column-reverse;
}

.dev-swiper .swiper-slide:nth-child(2n) .d-top .text {
  top: 20px;
}

.dev-swiper .swiper-slide.w1 .d-arrow {
  background-image: url("../images/dev-arrow.png");
}

.dev-swiper .swiper-slide.w2 .d-arrow {
  background-image: url("../images/dev-arrow2.png");
}

.dev-swiper .swiper-slide.w2 .d-line {
  background-color: #FFB94B;
}

.dev-swiper .swiper-slide.w2 .d-top .imgshow, .dev-swiper .swiper-slide.w2 .d-bot .d-dot {
  border-color: #FFB94B;
}

.dev-swiper .swiper-slide.w3 .d-arrow {
  background-image: url("../images/dev-arrow3.png");
}

.dev-swiper .swiper-slide.w3 .d-line {
  background-color: #FFA44B;
}

.dev-swiper .swiper-slide.w3 .d-top .imgshow, .dev-swiper .swiper-slide.w3 .d-bot .d-dot {
  border-color: #FFA44B;
}

.dev-swiper .swiper-slide.w0 .d-arrow {
  background-image: url("../images/dev-arrow4.png");
}

.dev-swiper .swiper-slide.w0 .d-line {
  background-color: #FF8F4B;
}

.dev-swiper .swiper-slide.w0 .d-top .imgshow, .dev-swiper .swiper-slide.w0 .d-bot .d-dot {
  border-color: #FF8F4B;
}

.dev-swiper .swiper-button-next.swiper-button-disabled, .dev-swiper .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}

.wap-filter-menu {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 199999;
  background-color: #FFF;
  padding: 32px 24px;
  opacity: 0;
  visibility: hidden;
}

.wap-filter-menu.open {
  opacity: 1;
  visibility: visible;
}

.wap-filter-menu .w-close {
  position: absolute;
  right: 10px;
  top: 5px;
}

.wap-filter-menu .w-close .iconfont {
  font-size: 20px;
}

.wap-filter-menu li {
  padding: 12px 0;
  border-bottom: 1px solid #f5f5f5;
}

.wap-filter-menu li:nth-last-child(1) {
  border-bottom: none;
}

.wap-filter-menu li ul {
  display: none;
}

.wap-filter-menu li ul a {
  display: block;
  padding: 0 20px;
}

.wap-filter-menu .m-item {
  position: relative;
}

.wap-filter-menu .m-item .iconfont {
  position: absolute;
  right: 0;
  top: 0px;
  width: 40px;
  text-align: center;
  transition: all 0.3s;
}

.wap-filter-menu .cur .m-item .iconfont {
  transform: rotate(-90deg);
}

@media screen and (max-width: 1620px) {
	#menuPc a{
			padding: 24px;
		}
  .m-width-1600 {
    max-width: 1440px;
  }
  .f-90 {
    font-size: 5.6rem;
  }
  .f-56 {
    font-size: 4.2rem;
  }
  .f-46, .f-42 {
    font-size: 3.2rem;
  }
  .f-30 {
    font-size: 2.4rem;
  }
  .f-24, .f-28 {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 1466px) {

  .content-service .ser-imgshow .text{
    padding-right: 0;
    width: 45%;
  }
  .filter-res-list ul {
    padding-right: 20px;
  }
  .prodis-block .imgshow {
    padding: 0 20px;
  }
  .ipd-20 {
    padding: 0 20px;
  }
  .m-width-1600 {
    max-width: 1200px;
  }
  .f-90 {
    font-size: 4.2rem;
  }
  .f-56 {
    font-size: 3.2rem;
  }
  .f-46, .f-42 {
    font-size: 2.4rem;
  }
  .f-30 {
    font-size: 1.8rem;
  }
  .f-24, .f-28 {
    font-size: 1.6rem;
  }
  .f-18 {
    font-size: 1.6rem;
  }
  .prodis-block {
    padding: 0 20px;
  }
}

@media screen and (max-width: 1366px) {
  .footer .f-nav ul li {
    margin-right: 30px;
  }
  .m-width-1600 {
    max-width: 1000px;
  }
  .m-width-1200 {
    max-width: 1000px;
  }
  body, input, select, button, textarea {
    font-size: 1.4rem;
  }
  .foot-copy {
    font-size: 1.2rem;
  }
  .protext-tabitem li {
    margin-bottom: 32px;
  }
  .content-service .ser-imgshow {
    margin: 0 5%;
  }
}

#page {
  overflow-x: hidden;
}

@media screen and (max-width: 1000px) {
  html.mm-blocking body {
    overflow: initial;
  }
  .header {
    position: sticky;
    background-color: rgba(0, 0, 0, 0.3);
    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: #FFF;
    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 .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 {
    padding: 18px 0;
    border-bottom: 1px solid #E9E9E9;
  }
  .h-right {
    margin-right: 50px;
  }
  .icon-bar {
    background-color: #000;
  }
  .index-product-grid .index-box {
    flex-direction: column;
    justify-content: center;
  }
  .index-product-grid .index-box .text {
    width: 100%;
    flex: initial;
  }
  .index-product-grid .text p {
    margin: 24px 0;
  }
  .index-product-grid .index-box.reserve {
    flex-direction: column;
  }
  .footer .footer-top {
    flex-direction: column;
    margin: 24px 0;
  }
  .footer {
    padding: 1px 0;
  }
  .foot-copy {
    display: block;
  }
  .foot-copy a {
    display: block;
  }
  .f-nav {
    text-align: center;
    margin: 12px 0;
  }
  .f-nav li {
    margin: 0 5px;
  }
  .f-nav ul {
    justify-content: center;
  }
  .footer-share {
    width: 100%;
  }
  .footer-share dl {
    justify-content: center;
  }
  .index-product-grid .imgshow {
    width: 100%;
  }
  .crumbs-box {
    padding-left: 0;
    flex-wrap: wrap;
  }
  .crumbs-box .cru-left {
    display: none;
  }
  .protext-tabitem, .proimgshow {
    width: 100%;
  }
  .product-inner {
    padding: 24px 0;
    flex-direction: column;
    margin-bottom: 0;
    height: auto;
  }
  .protext-tabitem ul {
    display: flex;
  }
  .protext-tabitem {
    overflow-x: auto;
    margin-bottom: 24px;
  }
  .protext-tabitem .p-item {
    white-space: nowrap;
    padding: 12px 12px 12px 49px;
  }
  .protext-tabitem .p-item .icon {
    width: 45px;
    height: 45px;
  }
  .protext-tabitem li {
    margin-bottom: 0;
    margin-right: 10px;
  }
  .proimgshow .s-item .imgshow, .proimgshow .s-item .text {
    width: 100%;
    margin: 0;
  }
  .proimgshow .s-item {
    flex-direction: column;
  }
  .protype-text {
    display: none;
  }
  .prodis-block .pro-canshu dd em {
    font-size: 1.6rem;
  }
  .prodis-block .pro-canshu dt {
    font-size: 1.8rem;
    margin-right: 12px;
    width: 100%;
    text-align: left;
    margin-bottom: 8px;
  }
  .prodis-block .pro-canshu dd {
    margin-right: 12px;
    text-align: left;
    margin-top: 0;
  }
  .prodis-block .pro-canshu dd:nth-of-type(2) {
    margin-right: 12px;
  }
  .prodis-block .pro-canshu ul li:after {
    display: none;
  }
  .prodis-block .pro-canshu ul li {
    margin: 12px 0;
width:100%;    box-sizing: border-box;padding:0 20px;
  }
  .prodis-block .pro-canshu ul {
    flex-direction: column;
    width: 100%;
  }
  .prodis-block .pro-canshu ul dl {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .prodis-block .pro-canshu {
    width: 100%;
  }
  .index-banner video {
    height: auto;
    width: 100%;
    object-fit: initial;
  }
  .index-product-grid .imgshow, .index-product-grid .text {
    opacity: 1;
  }
  .index-product-grid .index-box {
    height: auto;
    padding: 12px 0;
  }
  .prodis-block .pro-tt, .prodis-block .pro-canshu ul li, .prodis-block .imgshow {
    opacity: 1;
  }
  .prodis-block {
    height: auto;
    padding: 20px 0;
  }
  .prodis-block .pro-tt {
    margin-bottom: 24px;
  }
  .prodis-title h2 {
    margin: 0 24px;
  }
  .f-20 {
    font-size: 1.6rem;
  }
  .related-swiper .r-item {
    padding: 0 10px 12px;
  }
  .f-90 {
    font-size: 2.4rem;
  }
  .content-service {
    min-height: auto;
    height: auto;
  }
  .content-service .ser-tags span {
    font-size: 1.4rem;
    padding: 0 5px;
  }
  .content-service .ser-imgshow .text {
    position: initial;
    color: #FFF;
    font-size: 1.6rem;
    width: 100%;
  }
  .content-service .ser-imgshow img {
    display: none;
  }
  .content-service .ser-imgshow a {
    color: #FFf;
  }
  .content-service .ser-tags {
    margin: 24px 0;
  }
  .news-list .n-item {
    flex-direction: column;
    background-image: none;
    padding: 12px;
  }
  .news-list .n-item .imgshow {
    width: 100%;
    margin-bottom: 12px;
  }
  .page-box {
    padding: 30px 0 50px;
  }
  .content-news-detail .n-tt h3 {
    font-size: 24px;
  }
  .news-page {
    margin: 32px 0;
    flex-direction: column;
  }
  .about-info .info-cont .imgshow {
    width: 100%;
    margin-left: 0;
    margin-bottom: 24px;
  }
  .about-info .info-cont {
    flex-direction: column;
  }
  .about-info {
    background-size: 100%;
  }
  .honot-cont .honor-left {
    left: 0;
    width: 50%;
    margin-right: 5%;
  }
  .honot-cont .honor-right h3 {
    margin-bottom: 10px;
  }
  .honor-list li {
    margin-bottom: 10px;
  }
  .dev-swiper .d-top .text {
    width: calc(100vw - 180px);
  }
  .dev-swiper .swiper-slide:nth-child(2n) {
    padding-bottom: 0;
  }
  .dev-swiper .swiper-slide:nth-child(2n) .d-top {
    top: 0;
    bottom: auto;
    flex-direction: column;
  }
  .dev-swiper .swiper-wrapper {
    padding-left: 0;
  }
  .dev-swiper .swiper-slide .d-item {
    padding-left: 35px;
    box-sizing: border-box;
  }
  .dev-swiper .d-top {
    left: 0;
  }
  .dev-swiper .swiper-button-next {
    top: auto;
    margin-top: 0;
    bottom: 0;
  }
  .content-contact .cont-left {
    width: 100%;
    margin-bottom: 12px;
  }
  .content-contact .cont-flex {
    flex-direction: column;
  }
  .content-contact:after {
    display: none;
  }
  .content-contact .cont-right .h-text {
    bottom: auto;
    top: 32px;
    width: 90%;
    box-sizing: border-box;
  }
  .iPicker-list {
    width: 100% !important;
  }
  .content-contact {
    padding: 32px 0;
  }
  .index-banner .icon {
    width: 60px;
    height: 60px;
    background-size: cover;
  }
}
