@charset "UTF-8";
/*header start*/
#menuWap {
  display: none;
}
.wap{ display:none!important}
.layui-layer-content {
  height: calc(100% - 43px);
}

.layui-layer-content iframe {
  height: 100% !important;
}

.pc{ position:relative;}
.wap{ display:none;}

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 22;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  transition: all 0.7s;
}

.header.cur {
  background-color: #FFF;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}

.header.cur .h-top {
  background-color: #000;
}

.header.cur .logo .h-img {
  display: inline-block;
}

.header.cur .logo .d-img {
  display: none;
}

.header.cur .logo {
  border-color: #000;
}

.header.cur .nav-pro a,
.header.cur .nav-pro dt .iconfont {
  color: #000;
}

.header.cur .pc-nav a {
  color: #000;
}

.header.h-ny {
  background-color: #FFF;
  position: relative;
  z-index: 9999;
}

.header.h-ny .h-top {
  background-color: #000;
}

.header.h-ny .logo .h-img {
  display: inline-block;
}

.header.h-ny .logo .d-img {
  display: none;
}

.header.h-ny .logo {
  border-color: #000;
}

.header.h-ny .nav-pro a,
.header.h-ny .nav-pro dt .iconfont {
  color: #000;
}

.header.h-ny .pc-nav a {
  color: #000;
}

.h-top {
  padding: 8px 0;
  margin-bottom: 18px;
}

.h-search {
  position: relative;
  float: left;
}

.h-search input {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  height: 30px;
  width: 200px;
  border: none;
  box-sizing: border-box;
  padding: 0 10px;
}

.h-search button {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
  background: url("../images/h-ss.png") no-repeat 50% 50%;
  border: none;
}

.h-lx {
  float: right;
}

.h-lx a {
  color: #FFF;
  display: inline-block;
  margin-left: 60px;
  background-position: 0 50%;
  background-repeat: no-repeat;
  padding-left: 35px;
}

.h-lx .mail {
  background-image: url("../images/h-mail.png");
}

.h-lx .tel {
  background-image: url("../images/h-tel.png");
}

.nav-left {
  float: left;
}

.pc-nav {
  float: right;
}

.logo {
  float: left;
  border-right: 1px solid #FFF;
  margin-right: 26px;
  padding-right: 26px;
}

.logo .h-img {
  display: none;
}

.nav-pro {
  float: left;
}

.nav-pro a {
  color: #FFF;
}

.nav-pro dt {
  line-height: 56px;
}

.nav-pro dt .iconfont {
  font-size: 12px;
  color: #FFF;
  margin-left: 5px;
}

.nav-pro dl {
  position: relative;
}

.nav-pro dl:hover dd {
  opacity: 1;
  visibility: visible;
  transition: all 0.4s;
}

.nav-pro dl dd {
  position: absolute;
  min-width: 182px;
  top: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.nav-pro dl dd a {
  color: #000;
  display: block;
  padding: 12px 30px;
  line-height: 1;
  background-color: #EEEEEE;
}

.nav-pro dl dd a:hover {
  background-color: #FFF;
}

.pc-nav a {
  color: #FFF;
  display: block;
}

.pc-nav li {
  float: left;
}

.pc-nav li > a {
  line-height: 1;
  padding: 25px 24px;
  position: relative;
}

.pc-nav li > a:after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  height: 5px;
  width: 100%;
  background: url("../images/libg.png") no-repeat 50% 50%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.pc-nav li > a:hover:after {
  opacity: 1;
  visibility: visible;
}

.pc-nav li:nth-last-child(1) > a {
  padding-right: 0;
}

.pc-nav .d-item {
  position: relative;
}

.pc-nav .d-item:hover .erji {
  opacity: 1;
  visibility: visible;
}

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

.erji {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #EEEEEE;
  opacity: 0;
  visibility: hidden;
}

.erji dd a {
  display: block;
  padding: 12px 30px;
  transition: all 0.5s;
  color: #000;
}

.erji dd a:hover {
  background-color: #fff;
}

.pro-erji {
  position: absolute;
  top: 100%;
  left: 25%;
  width: 75%;
  /*box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.09);*/
  display: none;
}

.pro-erji > dl {
  width: 280px;
  background-color: #FFF;
  position: relative;
}

.pro-erji dd:hover dl {
  opacity: 1;
  visibility: visible;
}

.pro-erji dd a {
  color: #000;
  display: block;
  padding: 12px;
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pro-erji dd p {
  padding: 12px;
  display: none;
  font-size: var(--f14);
}

.pro-erji dd dl {
  position: absolute;
  left: 100%;
  top: 0;
  width: 280px;
  background-color: #EEEEEE;
  opacity: 0;
  visibility: hidden;
}

.pro-erji dd dl dd {
  border-bottom: 1px solid #fff;
}

.pro-erji dd dl dd:nth-last-child(1) {
  border: none;
}

.pro-erji dd.cur {
  background-color: #FD8303;
  height: 50px;
}

.pro-erji dd.cur > a {
  color: #FFF !important;
}

.pro-erji dd.cur p {
  display: block;
  color: #FFF;
}

.pro-erji dd.cur > dl {
  opacity: 1;
  visibility: visible;
}

.pro-erji dd.cur > .erji-list {
  display: block;
}


.pro-erji .erji-list {
  background: #fff url("../images/bg.png") no-repeat;
  padding: 16px 20px;
  position: absolute;
  left: 100%;
  top: 0;
  display:none;
}



.pro-erji .erji-list .img-box {
  padding-bottom: 70.37037%;
}

.pro-erji .erji-list .ej-box {
  display: flex;
}

.pro-erji .erji-list .ej-item {
  margin-right: 20px;
}

.pro-erji .erji-list .ej-item:nth-last-child(1) {
  margin-right: 0;
}

.pro-erji .erji-list .imgshow {
  width: 148px;
  border: 1px solid #eee;
}

.pro-erji .erji-list .imgshow:hover {
  border-color: #FD8303;
}

.pro-erji .erji-list h4 {
  font-size: var(--f14);
  font-weight: 500;
}

.pro-erji .erji-list h4 a {
  color: #000;
}

.pro-erji .erji-list .see-more {
  background-color: #FD8303;
  color: #fff;
  font-size: var(--f14);
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  color: #FFF !important;
  margin-top: 20px;
}

/*header start*/
/*header end*/
/*footer start*/
.footer {
  background-color: #eee;
}

.footer .ny-footer {
  padding: 60px 0;
}

.footer .ny-footer h3 {
  font-size: var(--f20);
  font-weight: 500;
  color: #000;
}

.footer .ny-footer .line {
  width: 29px;
  height: 3px;
  background-color: #FD8303;
  margin: 8px 0 16px;
}

.footer .ny-footer dd {
  line-height: 1.875;
}

.footer .ny-footer dd a {
  color: #535353;
}

.footer .ny-footer dd a:hover {
  color: #FD8303;
  text-decoration: underline;
}

.footer .f-nav li {
  float: left;
  width: 25%;
}

.footer .f-copy {
  border-top: 1px solid #FFFFFF;
  margin: 60px 0 0;
  padding-top: 40px;
  position: relative;
  color: #000;
}

.footer .f-copy a {
  color: #000;
}

.footer .f-copy a:hover {
  color: #FD8303;
  text-decoration: underline;
}

.footer .f-copy .fc-left {
  float: left;
  width: 30%;
}

.footer .f-copy .fc-left .f-logo {
  margin-bottom: 20px;
}

.footer .f-copy .fc-right {
  float: right;
  width: 30%;
  text-align: right;
}

.footer .f-copy .fc-center {
  position: absolute;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.footer .f-copy .f-link {
  background-color: #E60012;
  border-radius: 23px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 190px;
  text-align: center;
  font-size: var(--f18);
  font-weight: 600;
  color: #FFF;
  margin: 12px auto 0;
}

.footer .f-copy .f-link img {
  margin-right: 16px;
}

.footer .f-copy .webshare {
  margin-bottom: 10px;
}

.footer .f-copy .webshare a {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #959595;
  text-align: center;
  line-height: 32px;
  margin-left: 28px;
}

.footer .f-copy .webshare a:hover {
  text-decoration: none;
  background-color: #FD8303;
}

.footer .f-copy .webshare a .iconfont {
  font-size: 20px;
  color: #fff;
}

/*footer end*/
/*轮播图start*/
.banner {
  max-width: 1920px;
  margin: 0 auto 0;
  width: 100%;
  background: #FFFFFF;
}

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

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

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

.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: 150px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 9;
  flex-direction: column;
}

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

.swiper-slide .banner-content h6 {
  font-size: var(--f48);
  font-weight: 400;
}

.swiper-slide .banner-content p {
  font-size: var(--f20);
}

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

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

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

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

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

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

.crumbs-box i.zuihou:last-child{ display:none;}

.crumbs-box span {
  color: #7D7D7D;
}

/*公共样式定义 start*/
/*例如,统一间距,统一字体,统一大小写,统一最大距离*/
.ipd-20 {
  padding: 0 20px;
}

/* 内容区域宽度+40px */
.m-width-content {
  max-width: 1520px;
  margin: 0 auto;
  width: 100%;
}

/*置顶按钮 start*/
#toTop {
  width: 40px;
  height: 40px;
  right: 10px;
  bottom: 20px;
  position: fixed;
  border-radius: 50%;
  z-index: 999;
  background: #FD8303;
}

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

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

.page-box .page-inner a,
.page-box .page-inner span {
  border: 1px solid #D9D9D9;
  display: inline-flex;
  color: #C7C7C7;
  margin: 0 5px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  justify-content: center;
  background: transparent;
}

.page-box .page-inner .current {
  color: #fff;
  border: 1px solid #FD8303;
  background-color: #FD8303;
}

/*分页 end*/
/*公共样式定义 end*/
.index-bg {
  background-color: #eeeeee;
}

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

.title h2 {
  font-size: var(--f36);
  color: #000;
  font-weight: 500;
  margin-bottom: 9px;
}

.title .sub-tt {
  background: #FFFFFF;
  box-shadow: 11px 8px 0px 0px #FD8303, -10px -10px 0px 0px #12497F;
  padding: 15px 30px;
  width: 1000px;
  margin: 0 auto;
}

.proclass-list ul {
  margin: 0 -20px;
}

.proclass-list li {
  float: left;
  width: 33.33%;
  padding: 0 20px;
  box-sizing: border-box;
}

.proclass-list .img-box {
  padding-bottom: 64.58333%;
}

.proclass-list .p-item {
  position: relative;
}

.proclass-list .text {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 60%;
  background-color: rgba(253, 131, 3, 0.5);
  box-sizing: border-box;
  color: #FFF;
  box-sizing: border-box;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.proclass-list dd {
  margin-bottom: 10px;
}

.proclass-list dd a {
  color: #FFF;
  background-repeat: no-repeat;
  background-position: 0 1px;
  background-image: url("../images/ind-pro-arrow.png");
  padding-left: 18px;
  display: block;
  line-height: 1.1;
}

.proclass-list .zm-t em {
  display: block;
  font-weight: bold;
  font-size: 76px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: bold;
}

.proclass-list .line {
  width: 40px;
  margin: 10px 0 30px;
  height: 1px;
  background-color: #FFF;
}

.index-product-grid {
  background: url("../images/index-pbg.jpg") no-repeat 50% 50%;
  background-size: cover;
  padding: 60px 0 50px;
}

.index-product-grid .e-item .imgshow {
  float: right;
  width: 50%;
  padding: 20px 0 40px;
  background: url("../images/equip-bg.png") no-repeat 50% 100%;
}

.index-product-grid .e-item .text {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding: 5%;
}

.index-product-grid .equip-info {
  background-color: rgba(0, 0, 0, 0.6);
  color: #FFF;
  margin-bottom: 80px;
  padding: 20px 0 40px;
}

.index-product-grid .equip-info h3 {
  margin-bottom: 20px;
}
.index-product-grid .equip-info h3 a{  color:#FFFFFF;}

.index-product-grid .equip-info p {
  position: relative;
  padding-left: 16px;
  margin-bottom: 16px;
  color: #fff;
}

.index-product-grid .equip-info p:after {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 10px;
  height: 10px;
  background-color: #FD8303;
  border-radius: 50%;
}

.index-product-grid h3 {
  font-size: var(--f30);
  font-weight: 500;
}

.index-product-grid .gallery-thumbs .swiper-slide {
  box-sizing: border-box;
  border: 1px solid #7D7D7D;
  background-color: rgba(255, 255, 255, 0.2);
}

.index-product-grid .gallery-thumbs .swiper-slide .imgshow {
  padding: 20px 0;
}

.index-product-grid .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
  background-color: rgba(253, 131, 3, 0.5);
  border-color: #FD8303;
}

.index-product-grid .img-box {
  padding-bottom: 55.63282%;
}

.index-product-grid .bot-swiper {
  position: relative;
  padding: 0 70px;
}

.index-product-grid .bot-swiper .swiper-button-next,
.index-product-grid .bot-swiper .swiper-button-prev {
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  transition: all 0.5s;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.index-product-grid .bot-swiper .swiper-button-next:after,
.index-product-grid .bot-swiper .swiper-button-prev:after {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.2);
}

.index-product-grid .bot-swiper .swiper-button-next:hover,
.index-product-grid .bot-swiper .swiper-button-prev:hover {
  border: 1px solid #FD8303;
  background-color: rgba(253, 131, 3, 0.5);
}

.index-product-grid .bot-swiper .swiper-button-next:hover:after,
.index-product-grid .bot-swiper .swiper-button-prev:hover:after {
  color: #FD8303;
}

.index-sulotion-grid .swiper-slide .img-box {
  padding-bottom: 62.76316%;
}

.index-sulotion-grid .gallery-top .imgshow {
  float: right;
  width: 50%;
}

.index-sulotion-grid .gallery-top .text {
  float: left;
  width: 50%;
  box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 8% 0 0;
}

.index-sulotion-grid .gallery-top .text h3 {
  color: #000000;
  font-size: var(--f30);
  font-weight: 500;
  background: url("../images/s-arrow.png") no-repeat 0 7px;
  padding-left: 36px;
  margin-bottom: 24px;
}

.index-sulotion-grid .gallery-top .text .text-p {
  color: #535353;
}

.index-sulotion-grid .gallery-top .text .text-p a:hover{
color: #000000;	
}

.index-sulotion-grid .gallery-thumbs .ts-item {
  position: relative;
}

.index-sulotion-grid .gallery-thumbs .swiper-slide-thumb-active .h-text {
  transform: translateY(0);
}

.index-sulotion-grid .gallery-thumbs .swiper-slide-thumb-active .text {
  transform: translateY(100%);
}

.index-sulotion-grid .gallery-thumbs .text {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  color: #FFF;
  padding: 10px 10%;
  transition: all 0.5s;
}

.index-sulotion-grid .gallery-thumbs .h-text {
  transition: all 0.5s;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #FFF;
  padding: 10px 10%;
  transition: all 0.5s;
  transform: translateY(100%);
  background-color: rgba(253, 131, 3, 0.8);
}

.index-sulotion-grid .bot-swiper {
  padding-right: 27%;
  position: relative;
  margin-top: -60px;
	margin-bottom:-70px!important
}

.index-sulotion-grid .bot-swiper .swiper {
  background-color: #FFF;
  padding: 5px;
}

.index-sulotion-grid .solu-page {
  position: absolute;
  right: 0;
  bottom: 30px;
  z-index: 22;
  height: 42px;
  display: flex;
  align-items: center;
}

.index-sulotion-grid .solu-page .swiper-pagination,
.index-sulotion-grid .solu-page .swiper-button-next,
.index-sulotion-grid .solu-page .swiper-button-prev {
  position: initial;
}

.index-sulotion-grid .solu-page .swiper-pagination {
  margin: 0 20px;
}

.index-sulotion-grid .solu-page .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  background-color: #AAAAAA;
  margin: 0 10px;
}

.index-sulotion-grid .solu-page .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #FD8303;
}

.index-sulotion-grid .solu-page .swiper-button-next,
.index-sulotion-grid .solu-page .swiper-button-prev {
  margin-top: 0;
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  background-color: #BFBFBF;
}

.index-sulotion-grid .solu-page .swiper-button-next:hover,
.index-sulotion-grid .solu-page .swiper-button-prev:hover {
  background-color: #FD8303;
}

.index-sulotion-grid .solu-page .swiper-button-next:after,
.index-sulotion-grid .solu-page .swiper-button-prev:after {
  color: #FFF;
  font-size: 20px;
}

.index-partner-grid {
  margin: 0 0 100px;
}

.partner-list {
  position: relative;
  padding-bottom: 60px;
}

.partner-list .img-box {
  padding-bottom: 42.12034%;
}

.partner-list .swiper-slide {
  border: 1px solid #eee;
  box-sizing: border-box;
}

.partner-list .swiper-pagination {
  bottom: 0;
}

.partner-list .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  background-color: #AAAAAA;
  margin: 0 5px;
}

.partner-list .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #FD8303;
}

.index-foot {
  background-color: #000000;
  color: #FFF;
  padding: 20px 0;
  position: relative;
}

.index-foot a {
  color: #FFF;
}

.index-foot .p-left {
  float: left;
}

.index-foot .p-right {
  float: right;
}

.index-foot .webshare {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.index-foot .webshare a {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #959595;
  text-align: center;
  line-height: 32px;
  margin: 0 10px;
  transition: all 0.4s;
  color: #000;
}

.index-foot .webshare a:hover {
  background-color: #FD8303;
}

.index-foot .webshare .iconfont {
  font-size: 20px;
}

.nybg {
  background: url("../images/bg.png");
}

.nytop-grid {
  background: #FFFFFF;
  box-shadow: -3px 5px 18px 0px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  padding: 8px 40px 70px;
  margin-top: -230px;
  position: relative;
  z-index: 22;
}

.nytop-grid.nobor {
  box-shadow: none;
}


.content-product .gallery-top .img-box {
  padding-bottom: 66.56535%;
}

.content-product .gallery-top .prodis-swiper {
  box-sizing: border-box;
  border: 1px solid #DCDCDC;
}

.content-product .pro1-bot-swiper {
  position: absolute;
  left:0;
  bottom:0;
  z-index:9;
  width:49%;
}

.content-product .pro1-bot-swiper .img-box {
  padding-bottom: 66.56535%;
}

.content-product .pro1-bot-swiper .swiper-slide {
  box-sizing: border-box;
  border: 1px solid #DCDCDC;
}

.content-product .pro1-bot-swiper .swiper-slide-thumb-active {
  border-color: #FD8303;
}

.content-product .pro1-bot-swiper .swiper-button-next {
  right: 0;
}

.content-product .pro1-bot-swiper .swiper-button-prev {
  left: 0;
}

.content-product .pro1-bot-swiper .swiper-button-next,
.content-product .pro1-bot-swiper .swiper-button-prev {
  width: 41px;
  height: 41px;
  background: #D2D2D2;
}

.content-product .pro1-bot-swiper .swiper-button-next:after,
.content-product .pro1-bot-swiper .swiper-button-prev:after {
  color: #FFF;
  font-size: 20px;
}

.content-product .pro1-bot-swiper .swiper-button-next:hover,
.content-product .pro1-bot-swiper .swiper-button-prev:hover {
  background: #FD8303;
}


.prodis-cont .prodis-swiper {
  float: right;
  width: 49%;
}

.prodis-cont .prodis-left {
  float: left;
  width: 49%;
}

.prodis-cont .swiper-slide {
  box-sizing: border-box;
  border: 1px solid #DCDCDC;
}

.prodis-cont .swiper-slide .img-box {
  padding-bottom: 66.56535%;
}

.prodis-cont .t-link {
  margin: 50px 0;
}

.prodis-cont .t-link a {
  margin-right: 40px;
  min-height: 45px;
  display: inline-block;
  background-color: #FD8303;
  border-radius: 23px;
  padding: 8px 30px;
  color: #FFF;
  box-sizing: border-box;
  font-size: var(--f18);
  font-weight: 600;
}

.prodis-cont .t-link a img {
  margin-right: 18px;
  vertical-align: middle;
}

.prodis-cont .pro1-bot-swiper {
  position: relative;
}

.prodis-cont .pro1-bot-swiper .swiper-slide-thumb-active {
  border-color: #FD8303;
}

.prodis-cont .pro1-bot-swiper .swiper-button-next {
  right: 0;
}

.prodis-cont .pro1-bot-swiper .swiper-button-prev {
  left: 0;
}

.prodis-cont .pro1-bot-swiper .swiper-button-next,
.prodis-cont .pro1-bot-swiper .swiper-button-prev {
  width: 41px;
  height: 41px;
  background: #D2D2D2;
}

.prodis-cont .pro1-bot-swiper .swiper-button-next:after,
.prodis-cont .pro1-bot-swiper .swiper-button-prev:after {
  color: #FFF;
  font-size: 20px;
}

.prodis-cont .pro1-bot-swiper .swiper-button-next:hover,
.prodis-cont .pro1-bot-swiper .swiper-button-prev:hover {
  background: #FD8303;
}

.prodis-cont .text {
  padding-left: 45px;
}

.prodis-cont .text h3 {
  font-size: var(--f32);
  color: #000;
  font-weight: 500;
  position: relative;
  margin-bottom: 20px;
}

.prodis-cont .text h3.hot:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 34px;
  height: 45px;
  background: url("../images/Hot.png") no-repeat;
  margin-left: -45px;
}

.title-ny {
  text-align: center;
  margin: 100px 0 50px;
}

.title-ny h2 {
  font-size: var(--f36);
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
  min-width: 600px;
  box-sizing: border-box;
  text-align: center;
  display: inline-block;
  background: #FFFFFF;
  line-height: 1;
  box-shadow: 4px 4px 0px 0px #E78926, -4px -4px 0px 0px #12497F;
  padding: 10px 80px;
}

.pro-onelist ul {
  margin: 0 -10px;
}

.pro-onelist li {
  float: left;
  width: 25%;
  padding: 0 10px;
  box-sizing: border-box;
}

.pro-onelist ul {
  display: flex;
  overflow: hidden;
  justify-content: center;
  flex-wrap: wrap;
}

.pro-onelist .p-item {
  border: 1px solid #DCDCDC;
  position: relative;
}

.pro-onelist .img-box {
  padding-bottom: 66.66667%;
}

.pro-onelist h3 {
  /*position: absolute;*/
  bottom: 15px;
  /*left: 12px;*/
  width: 100%;
  background-color: #FD8303;
  font-size: var(--f20);
  font-weight: 500;
  text-transform: uppercase;
  padding: 16px 30px;
  box-sizing: border-box;
}

.pro-onelist h3 a {
  color: #FFF;
  display: block;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}

/*.pro-onelist h3:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 12px 0 0;
  border-color: #BC6000 transparent transparent transparent;
  bottom: 0px;
  margin-bottom: -9px;
  right: 0;
  position: absolute;
}*/

.pro-msg-grid {
  background-color: #FFF;
  padding: 1px 0 110px;
  margin-top: 120px;
}

.msg-tt {
  text-align: center;
  margin: 60px 0 24px;
}

.msg-tt h2 {
  font-size: var(--f36);
  font-weight: 500;
  color: #000;
}

.msg-tt p {
  color: #535353;
}

.msg-box .usedComp input {
  height: 49px;
  background: #FBFBFB;
  border: 1px solid #DCDCDC;
}

.msg-box .xhl-controls .xhl-textarea {
  border: 1px solid #DCDCDC;
  background: #FBFBFB;
}

.msg-box #xhlFormSubmit {
  width: 513px;
  height: 61px;
  line-height: 61px;
  color: #FFF;
  font-size: var(--f30);
  background-color: #FD8303;
  border-radius: 0;
}

.msg-box .usedComp {
  margin-bottom: 8px;
}

.msg-box .usedComp label {
  color: #535353;
}

.prodis2-swiper {
  position: relative;
  padding: 0 60px;
}

.prodis2-swiper .img-box {
  padding-bottom: 74.70588%;
}

.prodis2-swiper .swiper-slide .img-box {
  border: 1px solid #eee;
  box-sizing: border-box;
}

.prodis2-swiper .swiper-slide p{
	text-align: center;
	line-height: 36px;
}

.prodis2-swiper .swiper-slide:hover .img-box {
  border-color: #FD8303;
}

.prodis2-swiper .swiper-button-next,
.prodis2-swiper .swiper-button-prev {
  width: 40px;
  height: 40px;
  background-color: #d2d2d2;
  transition: all 0.5s;
  border: 1px solid #d2d2d2;
}

.prodis2-swiper .swiper-button-next:after,
.prodis2-swiper .swiper-button-prev:after {
  font-size: 20px;
  color: white;
}

.prodis2-swiper .swiper-button-next:hover,
.prodis2-swiper .swiper-button-prev:hover {
  border: 1px solid #FD8303;
  background-color: #fd8303;
}

.prodis2-swiper .swiper-pagination {
  bottom: -34px;
}

.prodis2-swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: #000;
}

.content-product2 .nytop-grid {
  padding-bottom: 40px;
}

.product2-list ul {
  margin: 0 -16px;
}

.product2-list li {
  float: left;
  width: 25%;
  padding: 0 16px;
  box-sizing: border-box;
}

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

.product2-list li {
  margin-bottom: 75px;
}

.product2-list .p-item {
  border: 1px solid #eee;
  position: relative;
  transition: all 0.3s;
}

.product2-list .p-item:hover {
  border-color: #FD8303;
}

.product2-list .p-item h3 {
  position: absolute;
  left: 26px;
  right: 26px;
  font-size: var(--f20);
  font-weight: 500;
  z-index: 2;
  background-color: #FD8303;
  transform: translateY(-50%);
  text-align: center;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product2-list .p-item h3:hover {
  background-color: #12497F;
}

.product2-list .p-item h3 a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #FFF;
}

.prodis3-cont .imgshow {
  float: left;
  width: 45%;
  border-radius: 10px;
  overflow: hidden;
}

.prodis3-cont .imgshow .img-box {
  padding-bottom: 65.44%;
}

.prodis3-cont .text {
  float: right;
  width: 49%;
}

.prodis3-cont h3 {
  color: #000;
  font-size: var(--f36);
  font-weight: 500;
}

.prodis3-cont .text-p {
  color: #535353;
}

.prodis3-cont .tshare {
  display: flex;
  align-items: center;
  margin: 5px 0 12px;
}

.prodis3-cont .tshare label {
  color: #959595;
  font-size: var(--f14);
}

.prodis3-cont .tshare .webshare a {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: #FFF;
  background-color: #959595;
  display: inline-block;
  text-align: center;
  line-height: 22px;
  margin-left: 4px;
}

.prodis3-cont .tshare .webshare a .iconfont {
  font-size: 14px;
}

.prodis3-cont .tshare .webshare a:hover {
  background-color: #FD8303;
}

.prodis3-cont .t-link {
  margin: 50px 0;
  display: flex;
  justify-content: space-between;
}

.prodis3-cont .t-link a {
  min-height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FD8303;
  border-radius: 23px;
  padding: 8px 30px;
  width: 30%;
  line-height: 1;
  color: #FFF;
  box-sizing: border-box;
  font-size: var(--f18);
  font-weight: 600;
}

.prodis3-cont .t-link a:hover {
  background-color: #12497F;
}

.prodis3-cont .t-link a img {
  margin-right: 18px;
}

.p-tabitem {
  background-color: #12497F;
  border-radius: 10px;
  margin: 35px 0 45px;
  position: sticky;
  top: 0;
  z-index: 9999;
}

.p-tabitem a {
  color: #fff;
  font-size: var(--f18);
  font-weight: 600;
  padding: 18px;
  display: block;
  line-height: 1;
  text-align: center;
}

.p-tabitem a.active {
  background: url("../images/libg.png") no-repeat 50% 100%;
}

.p-tabitem li {
  float: left;
  width: 20%;
}

.protab-tt {
  font-size: var(--f24);
  margin: 0 0 16px;
}

.protab-tt h3 {
  color: #000;
  font-weight: 500;
  padding: 0 0 12px;
  background: url("../images/libg.png") 0% 100% no-repeat;
}

.pro-tabbox {
  background-color: #FFF;
  box-shadow: -3px 5px 18px 0px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  padding: 45px;
}

.pro-piclist {
  position: relative;
}

.pro-piclist ul {
  margin: 0 -5px;
}

.pro-piclist li {
  float: left;
  width: 25%;
  padding: 0 5px;
  box-sizing: border-box;
}

.pro-piclist .img-box {
  padding-bottom: 62.64368%;
}

.pro-piclist .swiper-button-next {
  right: 0;
}

.pro-piclist .swiper-button-prev {
  left: 0;
}

.pro-piclist .swiper-button-next,
.pro-piclist .swiper-button-prev {
  width: 40px;
  height: 40px;
  background-color: #D2D2D2;
  transition: all 0.5s;
}

.pro-piclist .swiper-button-next:after,
.pro-piclist .swiper-button-prev:after {
  font-size: 20px;
  color: #FFF;
}

.pro-piclist .swiper-button-next:hover,
.pro-piclist .swiper-button-prev:hover {
  background-color: #fd8303;
}

.tabbox-block {
  margin-bottom: 60px;
}

.tabbox-block:nth-last-child(1) {
  margin-bottom: 0;
}

.pro3-flowlist ul {
  display: flex;
  flex-wrap: wrap;
}

.pro3-flowlist .bot-flow .p3-arrow {
  transform: rotate(-180deg);
}

.pro3-flowlist .line {
  height: 40px;
  overflow: hidden;
  text-align: right;
  margin: 20px 0;
}

.pro3-flowlist .line .p3-arrow {
  width: 21%;
  float: right;
  text-align: center;
}

.pro3-flowlist .line .p3-arrow img {
  transform: rotate(90deg);
}

.pro3-flowlist li {
  width: 21%;
  text-align: center;
}

.pro3-flowlist li .img-box {
  padding-bottom: 65.01767%;
}

.pro3-flowlist .arrow {
  width: 5.33%;
  padding: 80px 0 0;
}

.pro3-flowlist .f-item .imgshow {
  border: 1px solid #eee;
}

.pro3-flowlist h3 {
  color: #000000;
  font-weight: 500;
  margin: 12px 0;
  font-size: var(--f18);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-list .imgshow {
    float: left;
    width: 15%;
    position: relative;
}
.news-list .imgshow img {
    max-width: 100%;
}

.news-title {
    text-align: center;
    margin: 50px 0;
    position: relative;
}

.news-title h2 {
  font-size: 30px;
  font-weight: bold;
  color: #000;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 6px;
}

.news-title h2:after {
  content: '';
  position: absolute;
  right: 50%;
  width: 114px;
  height: 1px;
  bottom: 5px;
  background: #000;
  margin-right: -78px;
}

.news-title h2:before {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -78px;
  width: 114px;
  height: 1px;
  bottom: 0;
  background: #000;
}

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

.news-title .see-more {
  color: #F06600;
  line-height: 30px;
}

.news-title .see-more img {
  vertical-align: middle;
  margin-right: 10px;
}

.news-title .see-more em {
  font-size: 15px;
  background: #F06600;
  color: #FFF;
  font-weight: 500;
  line-height: 1;
  padding: 0 20px;
  line-height: 30px;
  height: 30px;
  display: inline-block;
}

.news-filter {
  margin-bottom: 45px;
}

.news-filter .show-btn {
  text-align: center;
  font-size: 16px;
  color: #000;
}

.news-filter .show-btn.cur {
  cursor: pointer;
}

.news-filter .show-btn.cur .iconfont {
  transform: rotate(-90deg);
}

.news-filter .show-btn .iconfont {
  margin-left: 6px;
  display: inline-block;
  transform: rotate(90deg);
  transition: all 0.5s;
}

.news-filter .filter-box {
  background: rgba(225, 225, 225, 0.41);
  padding: 24px 34px 16px;
  margin-top: 16px;
  display: none;
}

.news-filter .filter-box dl {
  overflow: hidden;
  margin-bottom: 8px;
}

.news-filter .filter-box dd {
  float: left;
  font-size: 14px;
  margin-right: 20px;
}

.news-filter .filter-box dd.cur a {
  font-weight: bold;
}

.news-filter .filter-box dd a {
  color: #000000;
}

.news-list li {
  position: relative;
  overflow: hidden;
  padding: 0 150px 38px 0;
  margin-bottom: 38px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.43);
}

.news-list li:hover .date {
  background: #01002D;
  color: #FFF;
}

.news-list .date {
  height: 72px;
  background: rgba(0, 0, 0, 0.15);
  position: absolute;
  padding: 0 10px;
  right: 0;
  top: 10px;
  color: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 500;
}

.news-list .date em {
  font-size: 20px;
  font-style: italic;
}

.news-list .date span {
  font-size: 14px;
  display: block;
  text-align: right;
  width: 100%;
}

.news-list h3 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}

.news-list h3 a {
  color: #000;
}

.news-list h3 a:hover {
  text-decoration: underline;
}

.news-list p {
  font-size: 15px;
  color: #000;
  font-weight: 100;
}

.news-list .see-more {
  font-size: 12px;
  color: #000;
  line-height: 24px;
}

.news-list .see-more:hover {
  text-decoration: underline;
}

.news-list .see-more .iconfont {
  position: relative;
  top: 3px;
}

.content-news .imgshow {
  float: left;
  width: 15%;
  position: relative;
}

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


.content-news .imgshow {
  float: left;
  width: 15%;
  position: relative;
}

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

.content-news .imgshow .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -12px 0 0 -18px;
  z-index: 2;
  width: 35px;
  height: 24px;
  background: url("../images/v-play.png") no-repeat;
  background-size: 100%;
  transition: all 0.4s;
  cursor: pointer;
}

.content-news .imgshow .icon:hover {
  transform: scale(1.06);
}

.content-news .text {
  float: right;
  width: 83%;
}

.content-news-detail {
  color: #000;
}

.news-tt {
  width: 60%;
  margin: 60px 0 25px;
  font-size: 12px;
}

.news-tt h2 {
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 28px;
}

.news-tt .date {
  margin-left: 12px;
  float: left;
}

.news-tt .tags {
  float: left;
}

.news-tt .tags a {
  color: #FFF;
  margin-right: 3px;
  background: #01002D;
  height: 20px;
  line-height: 20px;
  padding: 0 7px;
}

.news-left {
  float: left;
  width: 60%;
}

.news-left .imgshow img {
  max-width: 100%;
  height: auto;
}

.news-left .shareto {
  overflow: hidden;
  margin: 18px 0;
}

.news-left .shareto label {
  float: left;
  background: url("../images/sharebg.png") no-repeat;
  width: 80px;
  height: 32px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding-right: 10px;
}

.news-left .shareto label .iconfont {
  margin-right: 10px;
}

.news-left .shareto a {
  float: left;
  margin-left: 18px;
  border: 1px solid #01002D;
  color: #01002D;
  height: 32px;
  line-height: 32px;
  box-sizing: border-box;
  font-size: 12px;
  display: flex;
}

.news-left .shareto a:hover em {
  background: #01002D;
  color: #FFF;
  transition: all 0.4s;
}

.news-left .shareto a .iconfont {
  width: 24px;
  background-color: #01002D;
  color: #FFF;
  flex-shrink: 0;
  text-align: center;
  font-size: 14px;
}

.news-left .shareto a em {
  width: 72px;
  text-align: center;
}

.news-left .text {
  flex-shrink: 16px;
  color: #020000;
}

.news-left .text h4 {
  font-weight: bold;
  flex-shrink: 18px;
}


.p-table {
  overflow-x: auto;
}

.p-table table {
  width: 100%;
}

.p-table td,
.p-table th {
  border: 1px solid #ddd;
  color: #666;
  padding: 12px;
  text-align: center;
}

.p-table th {
  background-color: #f1f1f1;
}

.p-table tbody tr:nth-child(odd) {
  background-color: #f1f1f1;
}

.re-title {
  text-align: center;
  margin: 100px 0 35px;
}

.re-title h3 {
  text-transform: uppercase;
  padding: 5px 50px;
  color: #000;
  box-sizing: border-box;
  min-width: 400;
  font-size: var(--f24);
  font-weight: 500;
  display: inline-block;
  background: #FFFFFF;
  box-shadow: 4px 4px 0px 0px #FD8303, -4px -4px 0px 0px #12497F;
}

.p3-related .case-list ul {
  margin: 0 -20px;
}

.p3-related .case-list li {
  float: left;
  width: 33.33%;
  padding: 0 20px;
  box-sizing: border-box;
}

.case-list .img-box {
  padding-bottom: 72.91667%;
}

.case-list .c-item {
  position: relative;
}

.case-list .text {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
}

.case-list .text a {
  color: #fff;
  display: block;
}

.case-list h3 {
  background-color: rgba(18, 73, 127, 0.5);
  font-size: var(--f24);
  font-weight: 500;
  padding: 0 28px;
  line-height: 1;
  height: 40px;
  display: flex;
  align-items: center;
  width: 70%;
  position: relative;
}

.case-list h3 a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.case-list h3:after {
  margin-right: -40px;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 40px 0 0;
  border-color: rgba(18, 73, 127, 0.5) transparent transparent transparent;
}

.case-list p {
  font-size: var(--f14);
  height:72px;
  display: flex;
  padding: 14px 28px;
  box-sizing: border-box;
  width: 100%;
  background-color: #FD8303;
  position: relative;
}
.text-sol p  {
font-size: 16px;
height: auto;
display: block;
    text-align: center;
}

.case-list p a {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/*.case-list p:after {*/
/*  margin-right: -88px;*/
/*  content: '';*/
/*  position: absolute;*/
/*  right: 0;*/
/*  top: 0;*/
/*  width: 0;*/
/*  height: 0;*/
/*  border-style: solid;*/
/*  border-width: 88px 88px 0 0;*/
/*  border-color: #FD8303 transparent transparent transparent;*/
/*}*/

.win-right {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  z-index: 9999;
}

.win-right dd {
  margin: 4px 0;
  position: relative;
}

.win-right dd a {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-color: #FD8303;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  transition: all 0.4s;
}

.win-right dd a img {
  vertical-align: middle;
}

.win-right dd a:hover {
  background-color: #12497F;
}

.win-right dd:hover .h-text {
  opacity: 1;
  visibility: visible;
}

.win-right .h-text {
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: -10px;
  background-color: #FFF;
  padding: 5px;
  top: 50%;
  transform: translate(-100%, -50%);
}

.win-right .h-text .imgshow img {
  width: 120px;
  height: 120px;
}

.filter-box .layui-form-radio * {
  font-size: var(--f18);
  color: #7D7D7D;
}

.filter-box .layui-form-label {
  color: #000000;
  font-size: var(--f18);
  font-weight: 500;
  width: auto;
  padding: 9px 0;
}

.filter-box .layui-form-radio.layui-form-radioed > i {
  color: #FD8303;
}

.filter-box .layui-form-radio:nth-of-type(1) .layui-anim {
  display: none;
}

.filter-box .layui-form-radio:nth-of-type(1) > div {
  border-radius: 3px;
  line-height: 1;
  padding: 5px 10px;
}

.filter-box .layui-form-radio:nth-of-type(1).layui-form-radioed > div {
  background-color: #FD8303;
  color: #FFF;
}

.filter-box .layui-form-item:nth-last-child(1) {
  margin-bottom: 0;
}

.content-case .case-list ul {
  margin: 0 -18px;
}

.content-case .case-list li {
  float: left;
  width: 50%;
  padding: 0 18px;
  box-sizing: border-box;
}

.content-case .case-list li {
  margin-top: 90px;
}

.content-case .case-list .img-box {
  padding-bottom: 49.52767%;
}

.content-case .case-list .text {
  bottom: -30px;
}

.content-case .page-box {
  padding: 100px 0 0;
}

.content-case-detail .cd-text {
  margin-top: 50px;
  padding: 0 5%;
}

.cd-text h3 {
  color: #000;
  font-size: var(--f36);
  font-weight: 500;
  text-align: center;
}

.cd-text .tshare {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px 0 40px;
}

.cd-text .tshare label {
  color: #959595;
  font-size: var(--f14);
}

.cd-text .tshare .webshare a {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: #FFF;
  background-color: #959595;
  display: inline-block;
  text-align: center;
  line-height: 22px;
  margin-left: 4px;
}

.cd-text .tshare .webshare a .iconfont {
  font-size: 14px;
}

.cd-text .tshare .webshare a:hover {
  background-color: #FD8303;
}

.cd-text .text-p {
  color: #535353;
}

.re-productlist ul {
  margin: 0 -20px;
}

.re-productlist li {
  float: left;
  width: 50%;
  padding: 0 20px;
  box-sizing: border-box;
}

.re-productlist .img-box {
  padding-bottom: 67.16418%;
}

.re-productlist .imgshow {
  float: right;
  width: 48%;
  border: 1px solid #eee;
}

.re-productlist .text {
  float: left;
  width: 48%;
  padding: 5% 0 0 0;
}

.re-productlist h3 {
  font-weight: 500;
  font-size: var(--f24);
}

.re-productlist h3 a {
  color: #000;
  transition: all 0.4s;
}

.re-productlist h3 a:hover {
  color: #FD8303;
  text-decoration: underline;
}

.re-productlist .text-p {
  color: #535353;
  margin: 12px 0;
}

.re-productlist .see-more {
  color: #FD8303;
}

.re-productlist li {
  margin-bottom: 40px;
}

/*.s-itemtab {
    overflow-x: auto;
}*/

.s-itemtab ul {
  margin: 0 -7px;
}

.s-itemtab li {
  float: left;
  width: 20%;
  padding: 0 7px;
  box-sizing: border-box;
}

.s-itemtab .img-box {
  padding-bottom: 50%;
}

.s-itemtab .s-item {
  position: relative;
  color: #fff;
  display: block;
}

.s-itemtab .s-item h3 {
  z-index: 2;
  position: absolute;
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
  font-size: var(--f24);
  font-weight: bold;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}

.s-itemtab .s-item h3 a {
  color: #FFF;
}

.s-itemtab .s-item:hover h3 {
  border-color: #fff;
}

.s-itemtab .imgshow {
  position: relative;
}

.s-itemtab .cur .s-item h3 {
  border-color: #fff;
}

.s-itemtab .cur .s-item .imgshow:after {
  z-index: 1;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.solu-list .img-box {
  padding-bottom: 63.13253%;
}

.solu-list .text {
  float: right;
  width: 70%;
  padding-top: 30px;
  box-sizing: border-box;
  padding-left: 5%;
}

.solu-list .imgshow {
  float: left;
  width: 30%;
  margin-top: -55px;
}

.solu-list .s-item {
  position: relative;
  padding: 0px 50px 30px;
  background: #FFFFFF;
  box-shadow: 7px 7px 0px 0px #FD8303, -7px -7px 0px 0px #12497F;
}

.solu-list h3 {
  font-size: var(--f28);
  font-weight: 500;
}

.solu-list h3 a {
  color: #000;
}

.solu-list .text-p {
  margin: 16px 0;
  color: #535353;
}

.solu-list .see-more {
  color: #FD8303;
  font-weight: 500;
  text-transform: uppercase;
}

.solu-list li {
  margin-top: 105px;
}

.about-info .imgshow {
  float: right;
  width: 40%;
}

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

.about-info .text {
  float: left;
  width: 50%;
}

.about-info .text-p {
  color: #535353;
  font-size: var(--f16);
}

.about-info .see-more {
  font-size: var(--f24);
  font-weight: 500;
  color: #FFf;
  background-color: #FD8303;
  display: inline-block;
  border-radius: 3px;
  line-height: 1;
  padding: 16px 44px;
  margin-top: 40px;
}

.about-tt {
  margin-bottom: 16px;
}

.about-tt .sub-tt {
  color: #12497F;
  font-size: var(--f18);
  font-weight: bold;
  background: url("../images/libg.png") no-repeat 0% 100%;
  padding-bottom: 10px;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.about-tt h3 {
  font-size: var(--f36);
  color: #000;
  font-weight: 500;
}

.about-pps .title {
  margin-bottom: -50px;
  position: relative;
  z-index: 2;
}

.about-pps .aboutpps-list {
  background: url("../images/about-infobg.jpg") no-repeat;
  text-align: center;
  color: #FFF;
  padding: 150px 0 100px;
  background-size:cover;
  background-position:center;
}

.about-pps .aboutpps-list ul {
  margin: 0 -80px;
}

.about-pps .aboutpps-list li {
  float: left;
  width: 33.33%;
  padding: 0 80px;
  box-sizing: border-box;
}

.about-pps .aboutpps-list h3 {
  font-size: var(--f24);
  font-weight: 500;
  margin: 12px 0 6px;
}

.about-pps .aboutpps-list p {
  color: #D4D4D4;
  font-size: var(--f16);
}

.about-pps .aboutpps-list .icon {
  transition: all 0.5s;
  margin: 0 auto;
  width: 102px;
  height: 102px;
  border-radius: 50%;
  background-color: #FD8303;
  text-align: center;
  line-height: 102px;
}

.about-pps .aboutpps-list .icon img {
  vertical-align: middle;
}

.about-pps .aboutpps-list .p-item:hover .icon {
  background-color: #12497F;
}

.cul-tt {
  text-align: center;
  margin: 110px 0 45px;
}

.cul-tt h2 {
  color: #000;
  font-size: var(--f36);
  display: inline-block;
  background: url("../images/libg.png") no-repeat 0 100%;
}

.culture-cont li {
  padding-left: 60px;
  position: relative;
  margin-bottom: 40px;
}

.culture-cont .text {
  float: left;
  width: 52%;
}

.culture-cont h3 {
  color: #000000;
  font-size: var(--f24);
  font-weight: 500;
  margin-bottom: 8px;
}

.culture-cont h3 img {
  position: absolute;
  left: 0;
  top: 0px;
}

.culture-cont .text-p {
  color: #535353;
}

.culture-cont .imgshow {
  float: right;
  width: 47%;
}

#certify {
  position: relative;
      margin-top: 14%;
}

#certify .swiper {
  height: 595px;
  box-sizing: border-box;
}

#certify .swiper-slide {
  width: 630px;
  height: 400px;
  box-sizing: border-box;
  /*padding-right: 40px;*/
}

#certify .swiper-slide:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.3);
}

#certify .swiper-slide .img-box {
  padding-bottom: 63.26531%;
}

#certify .swiper-slide-active:after {
  display: none;
}

#certify .swiper-slide-active .img-box {
  box-shadow: 12px 0px 35px 2px rgba(0, 0, 0, 0.2);
}

#certify .swiper-pagination {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}

#certify .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #666;
  border-radius: 5px;
  opacity: 0.2;
}

#certify .swiper-pagination-bullet-active {
  background-color: #1B489B;
  opacity: 1;
}

.about-process {
  background: url("../images/about-hisbg.jpg") no-repeat 50% 50%;
  padding: 60px 0 1px;
}

.about-process .about-tt {
  text-align: center;
}

.about-process .about-tt .sub-tt {
  background: no-repeat;
  margin-bottom: 0;
  padding-bottom: 0;
}

.his-swiper {
  position: relative;
  margin-bottom: 280px;
}

.his-swiper .swiper-button-next,
.his-swiper .swiper-button-prev {
  opacity: 1;
  width: 48px;
  height: 48px;
  background: #12497F;
  border-radius: 50%;
  color: #FFF;
}

.his-swiper .swiper-button-next:after,
.his-swiper .swiper-button-prev:after {
  font-size: 20px;
}

.his-swiper .swiper-button-next {
  right: 65px;
}

.his-swiper .swiper-button-prev {
  left: 62px;
}

.his-swiper .swiper {
  width: 1260px;
  margin: 0 auto;
}

.his-swiper .swiper-slide {
  background: url("../images/process-linebg.png") no-repeat 50% 50%;
}

.his-swiper li {
  float: left;
  width: 20%;
  box-sizing: border-box;
  padding-left: 70px;
  position: relative;
  padding-bottom: 270px;
  display: flex;
  flex-direction: column;
}

.his-swiper li:nth-child(2n) {
  padding-bottom: 0;
  padding-top: 320px;
}

.his-swiper li:nth-child(2n) .dot {
  top: auto;
  bottom: 110px;
}

.his-swiper li:nth-child(2n) .dot:after {
  height: 130px;
  transform: translate(-50%, -100%);
}

.his-swiper li:nth-child(2) .dot {
  left: 39px;
}

.his-swiper li:nth-child(3) .dot {
  left: 41px;
}

.his-swiper li:nth-child(4) .dot {
  left: 45px;
}

.his-swiper li:nth-child(5) .dot {
  left: 45px;
}

.his-swiper .year {
  font-weight: bold;
  font-style: italic;
  font-size: var(--f36);
}

.his-swiper .text {
  color: #535353;
  height: 9.6rem;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.his-swiper .dot {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #FD8303;
  position: absolute;
  left: 34px;
  top: 13px;
}

.his-swiper .dot:after {
  content: '';
  width: 3px;
  height: 183px;
  background-color: #FD8303;
  top: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.techdis-cont .left-swiper {
  float: left;
  width: 48%;
}

.techdis-cont .text {
  float: right;
  width: 48%;
}

.techdis-cont .text .text-p {
  color: #535353;
  margin-bottom: 65px;
}

.techdis-cont .img-box {
  padding-bottom: 60.27397%;
}

.techdis-cont .bot-swiper {
  position: relative;
  padding-right: 30px;
}

.techdis-cont .bot-swiper .swiper-button-next,
.techdis-cont .bot-swiper .swiper-button-prev {
  color: #7D7D7D;
}

.techdis-cont .bot-swiper .swiper-button-next:after,
.techdis-cont .bot-swiper .swiper-button-prev:after {
  font-size: 20px;
}

.techdis-cont .bot-swiper .swiper-button-next:hover,
.techdis-cont .bot-swiper .swiper-button-prev:hover {
  color: #FD8303;
}

.techdis-cont .bot-swiper .swiper-slide {
  box-sizing: border-box;
  border: 1px solid transparent;
}

.techdis-cont .bot-swiper .swiper-slide.swiper-slide-thumb-active {
  border-color: #FD8303;
}

.techdis-cont .bot-swiper .swiper-button-next {
  right: 0;
}

.techdis-cont .bot-swiper .swiper-button-prev {
  left: 0;
  margin-left: -30px;
}

.tech-tt {
  margin-bottom: 24px;
}

.tech-tt span {
  color: #12497F;
  font-size: var(--f18);
  font-weight: bold;
}

.tech-tt h3 {
  color: #000;
  font-size: var(--f36);
  font-weight: 500;
  background: url("../images/libg.png") no-repeat 0 100%;
  padding-bottom: 20px;
}

#certify2 {
  position: relative;
  margin-bottom: 60px;
}

#certify2 .swiper {
  padding: 50px 0;
}

#certify2 .swiper-slide {
  width: 530px;
  height: 360px;
  box-sizing: border-box;
  padding-right: 40px;
}

#certify2 .swiper-slide .img-box {
  padding-bottom: 67.92453%;
}

#certify2 .swiper-slide-active {
  transform: translateX(10px) scale(1) !important;
}

#certify2 .swiper-slide-active:after {
  display: none;
}

#certify2 .swiper-slide-active .img-box {
  box-shadow: 12px 0px 35px 2px rgba(0, 0, 0, 0.2);
}

.team-botswiper {
  position: relative;
}

.team-botswiper .swiper-button-next,
.team-botswiper .swiper-button-prev {
  width: 42px;
  height: 42px;
  background-color: rgba(255, 255, 255, 0.9);
  color: #FD8303;
}

.team-botswiper .swiper-button-next:after,
.team-botswiper .swiper-button-prev:after {
  font-size: 20px;
}

.team-botswiper .swiper-button-next:hover,
.team-botswiper .swiper-button-prev:hover {
  background-color: #FD8303;
  color: #FFF;
}

.team-botswiper .swiper-button-next {
  right: 50%;
  margin-right: -340px;
}

.team-botswiper .swiper-button-prev {
  left: 50%;
  margin-left: -340px;
}

.honor-botswiper {
  position: relative;
  padding: 0 10px;
}

.honor-botswiper .img-box {
  padding-bottom: 141.12426%;
}

.honor-botswiper .swiper-slide {
  transform: scale(0.8);
}

.honor-botswiper .swiper-slide.swiper-slide-active {
  transform: scale(1);
}

.honor-botswiper .swiper-button-next,
.honor-botswiper .swiper-button-prev {
  width: 42px;
  height: 42px;
  background-color: #D2D2D2;
  color: #fff;
}

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

.honor-botswiper .swiper-button-next:hover,
.honor-botswiper .swiper-button-prev:hover {
  background-color: #FD8303;
  color: #FFF;
}

.honor-botswiper .swiper-button-next {
  right: 0;
  margin-right: -30px;
}

.honor-botswiper .swiper-button-prev {
  left: 0;
  margin-left: -30px;
}
.about-team .title h2{
	margin-bottom: 36px;
}

.content-about-honor .p3-related {
  margin-bottom: 120px;
}

.content-about-honor .about-team .title{
	    margin: 0px 0 50px;
}

.exhib-list {
  margin: 30px 0 80px;
  position: relative;
}

.exhib-list:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 3px;
  height: 100%;
  background-color: #BFBFBF;
  margin-left: -1px;
  opacity: 0.5;
}

.exhib-list .e-item {
  position: relative;
  padding-right: 86px;
}

.exhib-list .e-item .arrow {
  background-image: url("../images/exhib-arrow.png");
  background-repeat: no-repeat;
  width: 65px;
  height: 69px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.exhib-list li {
  padding-right: 50%;
}

.exhib-list li:nth-child(2n) {
  padding-right: 0;
  padding-left: 50%;
}

.exhib-list li:nth-child(2n) .e-item {
  padding-right: 0;
  padding-left: 85px;
}

.exhib-list li:nth-child(2n) .e-item .arrow {
  right: auto;
  left: 0;
  background-image: url("../images/exhib-arrow2.png");
}

.exhib-list .img-box {
  padding-bottom: 41.31148%;
}

.exhib-list .text {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.exhib-list .text .left-img {
  float: left;
  width: 50%;
}

.exhib-list .text .text-p {
  float: right;
  width: 45%;
}

.exhib-list .text p {
  color: #535353;
  margin-bottom: 3px;
}

.exhib-list .text p label {
  font-weight: bold;
}

.exhib-list .e-box {
  padding: 24px 90px 24px 30px;
  background: #FFFFFF;
  box-shadow: 11px 8px 0px 0px #FD8303, -10px -10px 0px 0px #12497F;
}

.exhib-list .e-box h3 {
  color: #000;
  font-size: var(--f24);
  font-weight: 500;
  margin-bottom: 24px;
  line-height: 1.25;
}

.content-contact .title {
  margin: 0;
}

.content-contact .title h2 {
  text-transform: uppercase;
}

.content-contact .con-top {
  font-size: var(--f16);
  color: #535353;
  padding: 0 5%;
  text-align: center;
  margin-bottom: 65px;
}

.con-list ul {
  margin: 0 -13px;
}

.con-list li {
  float: left;
  width: 33.33%;
  padding: 0 13px;
  box-sizing: border-box;
}

.con-list .c-item {
  background-color: #f7f7f7;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
  padding: 30px 0;
}

.con-list .c-item .icon {
  flex-shrink: 0;
  padding: 0 25px;
  border-right: 1px solid #BFBFBF;
  margin-right: 24px;
}

.con-list .text {
  font-size: var(--f24);
}

.con-list .text p {
  color: #12497F;
}

.con-list .text p a {
  color: #12497F;
  font-weight: bold;
}

.con-list label {
  color: #000000;
}

.con-botgrid {
  margin-bottom: 120px;
}
.con-botgrid .con-map{width:100%;}
.con-botgrid h3 {
  color: #000;
  font-size: var(--f24);
  font-weight: 500;
  margin-bottom: 18px;
}

.con-botgrid p {
  color: #535353;
  font-size: var(--f16);
}

.con-botgrid li {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.con-botgrid li:nth-child(2) {
  flex-direction: row-reverse;
}

.con-botgrid li:nth-child(2) .con-left {
  margin: 0 0 0 36px;
}

.con-botgrid .con-left {
  width: 430px;
  background: #FFFFFF;
  box-shadow: 4px 4px 0px 0px #FD8303, -4px -4px 0px 0px #12497F;
  padding: 50px 30px 30px;
  box-sizing: border-box;
  flex-shrink: 0;
  margin-right: 35px;
}

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

.con-botgrid .c-item {
  text-align: center;
}

.con-botgrid .c-item .t-link {
  margin-top: 30px;
}

.con-botgrid .c-item .t-link a {
  min-height: 45px;
  margin: 20px 0 0;
  display: inline-block;
  background-color: #FD8303;
  border-radius: 23px;
  padding: 8px 30px;
  color: #FFF;
  box-sizing: border-box;
  font-size: var(--f18);
  font-weight: 600;
}

.con-botgrid .c-item .t-link a img {
  margin-right: 18px;
}

.ppstop-list ul {
  display: flex;
  justify-content: center;
  padding: 0 12%;
}

.ppstop-list .imgshow {
  width: 148px;
  height: 148px;
  border-radius: 50%;
  border: 1px dashed #FD8303;
  /*padding: 12px;*/
  overflow: hidden;
  display: inline-block;
  position: relative;
}

.ppstop-list .imgshow .tt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 80px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
}

.ppstop-list h3 {
  color: #000;
  font-size: var(--f20);
  text-align: center;
  font-weight: 500;
  margin: 24px 0;
}

.ppstop-list .arrow {
  padding: 0 60px;
  margin-top: 46px;
}

.ppstop-list dl {
  display: flex;
  justify-content: space-between;
}

.ppstop-list dd {
  background: url("../images/pps-arrow.png") no-repeat 0 50%;
  padding-left: 16px;
  display: flex;
}

.ppstop-list li {
  text-align: center;
}

.ppstop-list li.p-li {
  flex-shrink: 0;
  width: 30%;
}

.ppstop-list .arrow {
  width: 55px;
}

.pps-list li {
  margin-top: 85px;
}

.pps-list li:nth-child(2n) .p-item {
  flex-direction: row;
  padding: 0 30px 0 0;
}

.pps-list li:nth-child(2n) .p-item h3 {
  left: auto;
  right: 0;
  margin-left: 0;
  margin-right: -30px;
}

.pps-list .img-box {
  padding-bottom: 65.29412%;
}

.pps-list .p-item {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding-left: 30px;
}

.pps-list .p-item .imgshow {
  width: 30%;
}

.pps-list .p-item .text {
  width: 68%;
  border: 1px dashed #12497F;
  box-sizing: border-box;
  padding: 55px;
  position: relative;
}

.pps-list .p-item .text h3 {
  min-width: 600px;
  padding: 12px 0;
  position: absolute;
  font-size: var(--f26);
  font-weight: 500;
  text-align: center;
  line-height: 1;
  top: 0;
  left: 0;
  background: #FFFFFF;
  box-shadow: 4px 4px 0px 0px #FD8303, -4px -4px 0px 0px #12497F;
  margin: -24px 0 0 -30px;
}

.search-list .left-img {
  float: left;
  width: 25%;
}

.epc-map .imgshow {
  position: relative;
}

.epc-map .imgshow img {
  width: 100%;
}

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

.maopdot-list li {
  position: absolute;
  z-index: 1;
  cursor: pointer;
}

.maopdot-list li:nth-child(2n) .dot-item .yy:after {
  animation: myfirst 2s ease-in infinite;
}

.maopdot-list em {
  font-weight: 500;
  position: relative;
  color: #fff;
  font-size: var(--f16);
}

.maopdot-list .dot-item {
  position: relative;
}

.maopdot-list .dot-item .yy {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  left: 0;
  top: 11px;
  margin: 0 0 0 -20px;
}

.maopdot-list .dot-item .yy:after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  top: 50%;
  left: 50%;
  margin: -3px 0 0 -3px;
  animation: myfirst 2s 1.5s ease-in infinite;
}
.wap-hist{
	display: none;
}
.pos-hc-box{position:relative;}

@media screen and (max-width: 1466px) {
	/*.pc-nav li .erji{*/
	/*	width: 195%;*/
	/*}*/
	.culture-cont .imgshow{
		width: 47%;
	}
  .banner .banner-content {
    top: 120px;
  }
  .maopdot-list em {
    font-size: 12px;
  }
  .m-width-content {
    max-width: 1000px;
  }
  .pc-nav li > a {
    padding: 20px 6px;
  }
  .logo img {
    height: 46px;
  }
  .pro-erji {
    left: 0;
  }
  .h-top {
    margin-bottom: 10px;
  }
  .nav-pro dl dd a {
    padding-left: 14px;
    padding-right: 14px;
  }
  .index-sulotion-grid .gallery-thumbs .h-text,
  .index-sulotion-grid .gallery-thumbs .text {
    font-size: var(--f14);
  }
  .index-foot {
    font-size: var(--f12);
  }
  .proclass-list .text {
    padding: 0 12px;
  }
  .proclass-list .zm-t em {
    font-size: 36px;
  }
  .proclass-list .text {
    font-size: var(--f14);
  }
  .proclass-list .text {
    width: 65%;
  }
  .prodis-cont .t-link a {
    margin-right: 0;
  }
  .prodis-cont .t-link {
    margin: 30px 0;
  }
  .solu-list .s-item {
    padding-left: 20px;
    padding-right: 20px;
  }
  .nytop-grid {
    margin-top: -130px;
    padding-bottom: 40px;
  }
  .case-list .text p a {
    height: 5.8rem;
  }
  .re-title {
    margin: 50px 0 30px;
  }
  .about-pps .aboutpps-list li {
    padding: 0 20px;
  }
  .about-pps .aboutpps-list ul {
    margin: 0 -20px;
  }
  #certify .swiper-slide {
    width: 420px;
    height: 265px;
    padding-right: 0;
  }
  #certify .swiper {
    height: 400px;
  }
  #certify .swiper-slide-active .img-box {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  }
  #certify .swiper-pagination {
    right: 0;
  }
  .his-swiper .swiper-slide {
    background-size: 100%;
  }
  .his-swiper .swiper {
    width: 1000px;
  }
  .his-swiper .dot {
    left: 30px;
  }
  .his-swiper .swiper-button-prev {
    left: 0;
  }
  .his-swiper .swiper-button-next {
    right: 0;
    margin-right: -30px;
  }
  .his-swiper li:nth-child(2) .dot {
    left: 32px;
  }
  .his-swiper li:nth-child(3) .dot,
  .his-swiper li:nth-child(4) .dot,
  .his-swiper li:nth-child(5) .dot {
    left: 30px;
  }
  .his-swiper li:nth-child(2n) .dot:after {
    height: 122px;
  }
  .his-swiper .text {
    height: 10.6rem;
    -webkit-line-clamp: 5;
  }
  .techdis-cont .text .text-p {
    margin-bottom: 20px;
  }
  .title .sub-tt {
    width: 800px;
  }
  .con-list .text {
    font-size: var(--f14);
  }
  .con-list .c-item .icon {
    padding: 0 12px;
  }
  .con-list .c-item {
    padding: 12px 0;
  }
  .ppstop-list .imgshow {
    width: 120px;
    height: 120px;
  }
  .ppstop-list .arrow {
    width: 30px;
  }
  .ppstop-list .arrow img {
    width: 30px;
  }
  .ppstop-list dl {
    flex-wrap: wrap;
  }
  .ppstop-list h3 {
    margin: 12px 0;
  }
  .pro3-flowlist .arrow {
    padding-top: 45px;
  }
  .p-tabitem a {
    font-size: var(--f14);
  }
}

@media screen and (max-width: 1000px) {
	.s-itemtab {
    overflow-x: auto;
}
    
     .news-box {
    padding: 0;
    margin: 0;
  }
  .news-tabitem {
    display: none;
  }
  .news-list li {
    padding-right: 0;
  }
  .news-list .date {
    position: relative;
    width: auto;
    height: auto;
    float: left;
    width: 100%;
    padding: 0;
    background-color: transparent;
    display: block;
  }
  .news-list .date span {
    display: inline-block;
    width: auto;
    padding-left: 10px;
  }
  .content-news .imgshow {
    width: auto;
    margin-bottom: 10px;
    max-width: 100%;
  }
  .content-news .text {
    width: 100%;
  }
    
    .wap{ display:block!important}
    .pc{ display:none!important}
    
	.index-foot .p-right {
      float: right;
       margin-right: 10px;
    }
	.index-foot .p-left {
      float: left;
      margin-left: 50px
     }
	.content-product .pro1-bot-swiper{position:relative;width:100%;}
	#certify {
      margin-top: 0%;
}
	.wap-hist{
		display: block;
	}
  .p-tabitem {
    display: none;
  }
  html.mm-blocking body {
    overflow: initial;
  }
  .header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
  }
  #menuPc {
    display: none;
  }
  #menuWap {
    display: block;
  }
  #page {
    background: #FFFFFF;
  }
  .btn-nav {
    position: absolute;
    top: 0;
    right: 20px;
    background: transparent;
    border: none;
    padding: 8px 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;
    float: right;
  }
  .icon-bar {
    display: block;
    margin: 6px 0;
    width: 30px;
    height: 3px;
    background-color: #FD8303;
    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;
  }
  .banner .bg-box {
    display: none;
  }
  .banner .banner-content {
    display: none;
  }
  
.pc{ display:none;}
.wap{ display:block;}

  .banner .wap-box {
    display: block;
  }
  .banner .swiper-slide .video-box {
    display: none;
  }
  .header .h-top {
    display: none;
  }
  .nav-pro {
    display: none;
  }
  .logo {
    border: none;
    margin-right: 0;
    padding-right: 0;
  }
  .header .logo .d-img {
    display: none !important;
  }
  .header .logo .h-img {
    display: inline-block !important;
  }
  .header {
    padding: 20px 0;
  }
  .ipd-20 {
    padding: 0 20px;
  }
  .win-right dd a {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .win-right dd a img {
    width: 20px;
  }
  .title .sub-tt {
    box-sizing: border-box;
    width: 90%;
    margin: 30px auto 0;
  }
  .banner .img-box {
    padding-bottom: 56%;
  }
  .proclass-list li {
    width: 100%;
    margin-bottom: 20px;
  }
  .title {
    margin: 40px 0;
  }
  .index-product-grid .e-item .imgshow,
  .index-product-grid .e-item .text {
    width: 100%;
  }
  .index-product-grid .e-item .text {
    margin-top: 20px;
  }
  .index-product-grid .equip-info {
    margin-bottom: 40px;
  }
  .index-sulotion-grid .gallery-top .imgshow,
  .index-sulotion-grid .gallery-top .text {
    width: 100%;
  }
  .index-sulotion-grid .bot-swiper {
    margin: 20px 0 0;
    padding-right: 0;
  }
  .index-sulotion-grid .solu-page {
    position: initial;
    margin: 20px 0 0;
  }
  .index-partner-grid {
    margin-bottom: 30px;
  }
  .win-right {
    top: auto;
    bottom: 20px;
  }
  .index-foot {
    text-align: center;
  }
  .index-foot .webshare {
	  float:left!important;
    margin: 10px 0;
    position: initial;
    transform: translate(0, 0);
	  margin-left:100px
  }
  .wap-search {
    padding: 0 0px 0 0px;
    margin: 10px 20px 0;
    position: relative;
    border: 1px solid #FD8303;
  }
  .wap-search button {
    position: absolute;
    right: 0;
    background-color: ccc;
    height: 100%;
    width: 40px;
    border: none;
    background-image: url("../images/h-ss.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  .wap-search input {
    height: 30px;
    border: 1px solid #eee;
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
  }
  .nytop-grid {
    margin: 0px 0 0px;
    padding: 10px 10px 0px;
  }
  .prodis-cont .prodis-swiper,
  .prodis-cont .prodis-left {
    width: 100%;
  }
  .prodis-cont .prodis-left {
    margin-top: 10px;
  }
  .prodis-cont .t-link a {
    width: 100%;
    margin-bottom: 10px;
  }
  .title-ny h2 {
    min-width: auto;
  }
  .pro-onelist li {
    width: 100%;
    margin-bottom: 20px;
  }
  .pro-msg-grid {
    margin-top: 30px;
    padding-bottom: 30px;
  }
  .pro-onelist {
    overflow: hidden;
  }
  .title-ny {
    margin: 40px 0;
  }
  .f-nav {
    display: none;
  }
  .footer .f-copy {
    margin: 0;
  }
  .footer .f-copy .fc-left,
  .footer .f-copy .fc-right {
    width: 100%;
  }
  .footer .f-copy .fc-right {
    margin-top: 10px;
  }
  .footer .f-copy .fc-center {
    position: initial;
    transform: translateY(0);
    text-align: center;
  }
  .footer .f-copy .fc-left {
    text-align: center;
  }
  .footer .f-copy .webshare {
    text-align: center;
  }
  .footer .ny-footer {
    padding: 0 0 30px;
  }
  .msg-box #xhlFormSubmit {
    width: 100%;
  }
  .product2-list li {
    width: 100%;
  }
  .product2-list .p-item h3 {
    height: 50px;
  }
  .prodis3-cont .imgshow,
  .prodis3-cont .text {
    width: 100%;
  }
  .prodis3-cont .text {
    margin-top: 20px;
  }
  .prodis3-cont .t-link a {
    width: 100%;
    margin-bottom: 10px;
  }
  .prodis3-cont .t-link {
    display: block;
  }
  .content-product2 .nytop-grid {
    padding-bottom: 1px;
  }
  .pro3-flowlist .arrow {
    padding-top: 45px;
  }
  .pro-tabbox {
    padding: 20px;
  }
  .pro3-flowlist li {
    width: 100%;
  }
  .pro3-flowlist .arrow,
  .pro3-flowlist .line {
    display: none;
  }
  .p3-related .case-list li {
    width: 100%!important;
    margin-bottom: 20px;
  }
  /*.s-itemtab {*/
  /*  display: none;*/
  /*}*/
  .s-itemtab li {
    /*width: 33%;*/
    margin-bottom: 30px;
  }
  
  .s-itemtab ul {
    width: 1000px;
}
  
  .solu-list .imgshow {
    margin: 0;
    width: 100%;
  }
  .solu-list .text {
    width: 100%;
  }
  .solu-list li {
    margin-top: 20px;
  }
  .solu-list .s-item {
    padding: 20px;
  }
  .about-info .imgshow,
  .about-info .text {
    width: 100%;
  }
  .about-info .text {
    margin-top: 20px;
  }
  .about-pps .aboutpps-list li {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 16px;
    
  }
  .about-pps .aboutpps-list {
    overflow: hidden;
    padding: 30px 12px;
    box-sizing: border-box;
    background-size: cover;
    background-position: center;
  }
  .cul-tt {
    margin: 40px 0;
  }
  .about-pps .title {
    margin-bottom: 20px;
  }
  .culture-cont .imgshow,
  .culture-cont .text {
    width: 100%;
  }
  .culture-cont .imgshow {
    margin-bottom: 20px;
  }
  #certify .swiper-slide {
    width: 100%;
  }
  #certify .swiper {
    height: 202px;
  }
  #certify .swiper-pagination {
    right: -15px;
  }
  .about-process {
    overflow: hidden;
  }
  .pc-hist {
    display: none;
  }
  .about-process {
    padding-top: 0;
  }
  .waphis-swiper {
    position: relative;
    margin-bottom: 30px;
  }
  .waphis-swiper .swiper-button-next,
  .waphis-swiper .swiper-button-prev {
    opacity: 1;
    width: 48px;
    height: 48px;
    background: #12497F;
    border-radius: 50%;
    color: #FFF;
  }
  .waphis-swiper .swiper-button-next:after,
  .waphis-swiper .swiper-button-prev:after {
    font-size: 20px;
  }
  .waphis-swiper .swiper-button-next {
    right: 0px;
  }
  .waphis-swiper .swiper-button-prev {
    left: 0px;
  }
  .waphis-swiper .year {
    font-weight: bold;
    font-style: italic;
    font-size: var(--f36);
  }
  .waphis-swiper .text {
    color: #535353;
  }
  .waphis-swiper .dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #FD8303;
    position: absolute;
    left: 45px;
    top: 12px;
  }
  .waphis-swiper .swiper-slide {
    box-sizing: border-box;
    padding-left: 24px;
  }
  .waphis-swiper .h-item {
    padding: 0 60px;
  }
  .techdis-cont .left-swiper, .techdis-cont .text {
    width: 100%;
  }
  .techdis-cont .text {
    margin-top: 20px;
  }
  .techdis-cont .bot-swiper {
    padding: 0 40px;
  }
  .techdis-cont .bot-swiper .swiper-button-prev {
    margin-left: 0;
  }
  #certify2 .swiper-slide {
    height: auto;
  }
  #certify2 {
    margin-bottom: 30px;
  }
  .team-botswiper .swiper-button-next {
    right: 0;
    margin-right: 0;
  }
  .team-botswiper .swiper-button-prev {
    left: 0;
    margin-left: 0;
  }
  .honor-botswiper .swiper-button-next {
    margin-right: 0;
  }
  .honor-botswiper .swiper-button-prev {
    margin-left: 0;
  }
  .content-about-honor .p3-related {
    margin-bottom: 30px;
  }
  .exhib-list li {
    padding-right: 0;
    margin-bottom: 30px;
  }
  .exhib-list .e-item {
    padding-right: 0;
  }
  .exhib-list .e-item .arrow {
    display: none;
  }
  .exhib-list li:nth-child(2n) {
    padding-left: 0;
  }
  .exhib-list li:nth-child(2n) .e-item {
    padding-left: 0;
  }
  .exhib-list:after {
    display: none;
  }
  .con-list li {
    width: 100%;
    margin-bottom: 10px;
  }
  .con-botgrid .con-left {
    width: 100%;
    margin-bottom: 10px;
  }
  .con-botgrid li {
    display: block;
  }
  .con-botgrid li:nth-child(2) .con-left {
    margin: 0 0 10px;
  }
  .con-botgrid {
    margin-bottom: 30px;
  }
  .search-list .left-img, .search-list ul li .li-inner .img-text {
    width: 100%;
  }
  .search-list .img-text .t a {
    display: block;
    white-space: initial;
  }
  .page-box .page-inner .page-list {
    display: none;
  }
  .content-case .case-list li {
    width: 100%;
    margin-top: 12px;
  }
  .case-list p:after, .case-list h3:after {
    display: none;
  }
  .case-list p, .case-list h3 {
    width: 100%;
    box-sizing: border-box;
  }
  .case-list .text {
    position: initial;
    bottom: 0;
  }
  .nytop-grid .layui-input-block {
    float: left;
    width: 100%;
    margin-left: 0;
  }
  .re-productlist li {
    width: 100%;
    margin-bottom: 10px;
  }
  .re-productlist .imgshow, .re-productlist .text {
    width: 100%;
  }
  .ppstop-list ul{display:block;}
  .ppstop-list li.p-li{width:100%;}
  .ppstop-list .arrow{margin:20px auto;}
  .ppstop-list dl{display:block;width: 28%;
    margin: auto;}
  .ppstop-list .arrow img{transform:rotate(90deg);}
  .pps-list .p-item{display:block;padding-left:0;}
  .pps-list .p-item .imgshow{width:100%;}
  .pps-list .p-item .text{width:100%;padding:20px;}
  .pps-list .p-item .text h3{min-width:100%;margin:0 0 20px;position:relative;}
  .pps-list li:nth-child(2n) .p-item{padding-right:0;}
  .pps-list li:nth-child(2n) .p-item h3{margin-right:0;}
}
@media screen and (max-width:450px){
.s-itemtab li {
    width: 20%;
  }
  
} 

@media screen and (max-width:768px){
    
#toTop {
    width: 40px;
    height: 40px;
    left: 10px;
    bottom: 80px;
    position: fixed;
    border-radius: 50%;
    z-index: 999;
    background: #FD8303;
}
    .win-right{ display:none;}
}
.solu-cont {
    margin-bottom: 100px;
}
.pps-list .text-p {
    font-size: 18px;
}
#solutions li{
	width:25%
}

.wap-flex{
        display: flex;
    flex-wrap: wrap;
}

.footer-fixed{
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    height: 100px;
    background: url(../images/footer-bg.png) no-repeat center;
    background-size: cover;
}
.footer-fixed-con{
    padding-top: 20px;
}
.footer-fixed-item{
    width: 20%;
    text-align: center;
}
.footer-fixed-item span{
    display: block;
    font-size: 16px;
    color: #fff;
      margin-top: 8px;
    font-weight: 500;
}
.footer-fixed-item:nth-child(1) .footer-fixed-item-img img{
    width: 30px;
    height: auto;
}
.footer-fixed-item:nth-child(2) .footer-fixed-item-img img{
    width: 30px;
    height: auto;
}
.footer-fixed-item:nth-child(4) .footer-fixed-item-img img{
        width: 40px;
    height: auto;
    padding-bottom: 1px;
}
.footer-fixed-item:nth-child(5) .footer-fixed-item-img img{
     width: 30px;
    height: auto;
}

.footer-fixed-item-img{
    /*height: 0.7893rem;*/
        padding-top: 12px;
}
.footer-fixed-item .footer-fixed-item-img img{
    vertical-align: middle;
}
.footer-fixed-item-yuan{
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
       width: 70px;
    height: 70px;
    line-height: 70px;
    position: absolute;
    left: 41%;
    bottom: 10px;
    overflow: hidden;
    border-radius: 100%;
    -webkit-border-radius: 100%;
}
.footer-fixed-item-yuan a{
    background-color: #fff;
    display: block;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    text-align: center;
    width: 100%;
    height: 100%;
}
.footer-fixed-item-yuan a{
    background-image: url(../images/fo-dui.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size:50px 46px; 
    text-align: center;
    font-size: 0;
}
.footer-fixed-item-yuan i{
    display: inline-block;
    width: 4.2px;
    height: 4.2px;
    background: #fff;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    margin-right: 2px;
}
.footer-fixed-item-yuan i:last-child{
    margin-right: 0;
}
.footer-fixed-item-yuan i:nth-child(1){
    animation: dianShow1 3s infinite 0.5s linear;
    -webkit-animation: dianShow1 3s infinite 0.5s linear;
    -o-animation: dianShow1 3s infinite 0.5s linear;
    -moz-animation: dianShow1 3s infinite 0.5s linear;
    animation-fill-mode :forwards;
    -webkit-animation-fill-mode :forwards;
}
.footer-fixed-item-yuan i:nth-child(2){
    animation: dianShow2 3s infinite 0.5s linear;
    -webkit-animation: dianShow2 3s infinite 0.5s linear;
    -o-animation: dianShow2 3s infinite 0.5s linear ;
    -moz-animation: dianShow2 3s infinite 0.5s linear;
    animation-fill-mode :forwards;
    -webkit-animation-fill-mode :forwards;
}
.footer-fixed-item-yuan i:nth-child(3){
    animation: dianShow3 3s infinite 0.5s linear;
    -webkit-animation: dianShow3 3s infinite 0.5s linear;
    -o-animation: dianShow3 3s infinite 0.5s linear;
    -moz-animation: dianShow3 3s infinite 0.5s linear;
    animation-fill-mode :forwards;
    -webkit-animation-fill-mode :forwards;
}

@media screen and (max-width:800px){
    .footer-fixed{ display:block;}
}
button#xhl-launch-button-div{
	margin-bottom: 10%!important;
}
.text-p img {
/*    width: 100%;*/
    height: auto;
}
iframe {
    width: 100%;
}