@charset "UTF-8";
.layui-layer-content {
  height: calc(100% - 43px);
}

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


.h-search {
  width: 10vw;
  position: relative;
}

.h-search input {
  border: 1px solid #FFF;
  background-color: transparent;
  border-radius: 50px;
  width: 100%;
  height: 34px;
  box-sizing: border-box;
  padding: 0 20px;
  color: #FFF;
}

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

.h-search button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 40px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  background-color: transparent;
  border: none;
  box-shadow: none;
}

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

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

.h-link {
  display: flex;
}

.h-link a {
  margin-left: 20px;
}

.h-lang {
  position: relative;
  cursor: pointer;
  margin-left: 75px;
}

.h-lang em {
  display: inline-block;
  margin-left: 4px;
  font-size: 13px;
}

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

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

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

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

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

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

#menuWap {
  display: none;
}




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

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

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

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

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

.page-box .layui-laypage a, .page-box .layui-laypage button, .page-box .layui-laypage input, .page-box .layui-laypage select, .page-box .layui-laypage span {
  border-color: #ddd;
  font-size: 16px;
  line-height: 42px;
  height: 42px;
  min-width: 45px;
  box-sizing: border-box;
  margin: 0 5px;
  color: #666;
}

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

.page-box .page-inner a,
.page-box .page-inner span {
  color: #fff;
  margin: 0 3px;
  width: 34px;
  border-radius: 50%;
  height: 34px;
  line-height: 34px;
  justify-content: center;
  background: transparent;
  transition: all 0.3s;
      background-color: rgb(135 135 135 / 30%);
  display: inline-block;
  flex-shrink: 0;
}

.page-box .page-inner a.next, .page-box .page-inner a.prev {
  width: auto;
  padding: 9px 15px;
  border-radius: 17px;
  height: auto;
  line-height: 1;
  background-color: transparent;
}

.page-box .page-inner a.next .iconfont, .page-box .page-inner a.prev .iconfont {
  color: #1861AE;
}

.page-box .page-inner a.page-text:hover {
  background-color: #1861ae;
}

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

/*分页 end*/
/*公共样式定义 end*/
.index-product{
    padding:80px 0 50px;
}
.index-product .ip-tit{
    text-align: center;
    padding-bottom:40px;
}
.index-product .ip-tit h6{
    text-transform: uppercase;
    color: #123570;
}
.index-product .ip-list ul{
    display: flex;
    flex-wrap: wrap;
}
.index-product .ip-list ul li{
    width:calc((100% / 3) - 20px);
    margin-left:30px;
    margin-bottom:30px;
}
.index-product .ip-list ul li:nth-child(3n+1){
    margin-left:0;
}
.index-product .ip-list ul li a{
    position: relative;
    display: block;
    padding-bottom:50%;
    overflow: hidden;
}
.index-product .ip-list ul li a img{
    width:100%;
    height:100%;
    position: absolute;
    left:0;
    top:0;
    object-fit:cover;
}
.index-product .ip-list ul li a  span{
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    background:rgba(0,0,0,0.4);
    color:#fff;
    font-size:30px;
    font-weight:500;
    z-index:3;
    transition: all 0.6s;
}
.index-product .ip-list ul li a:hover  span{
    background:rgba(0,0,0,0);
    text-shadow:1px 1px 1px #000;
}
.index-about-sub {
  text-transform: uppercase;
  display: flex;
  align-items: center;
  margin: 0px 0 12px;
}

.index-about-sub strong {
  color: #1861AE;
}

.index-about-sub span {
  height: 4px;
  width: 100px;
  background-color: #123570;
  margin-right: 22px;
}

.index-about-grid {
  background: url("../images/about-top-bg.png") no-repeat 100% -30px;
  background-size: 49%;
  padding: 60px 0 0;
}

.index-about-grid .about-flex {
  padding: 0px 0 0;
  display: flex;
  flex-direction: row-reverse;
}

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

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

.index-about-grid .text {
  width: 60%;
  box-sizing: border-box;
  padding-right: 4%;
  color: #3E3C3C;
}

.index-about-grid .text-p {
  line-height: 2.2;
}

.index-about-grid h3 {
  text-transform: uppercase;
  color: #123570;
  margin: 24px 0 30px;
}

.index-about-grid .learn-more {
  cursor: pointer;
  display: inline-block;
  border: 1px solid #707070;
  padding: 12px 16px;
  line-height: 1;
  text-transform: uppercase;
  color: #3E3C3C;
  margin-top: 40px;
  transition: all 0.4s;
}

.index-about-grid .learn-more:hover {
  color: #FFF;
  background-color: #1861AE;
}

.index-about-grid .learn-more:hover .iconfont {
  color: #FFF;
}

.index-about-grid .learn-more .iconfont {
  color: #232323;
  font-weight: bold;
}

.index-about-tab {
  background: radial-gradient(10% 0% at 50% 50%, #3E96F3 0%, #004791 100%);
  color: #FFF;
  padding: 200px 0 1px;
}

.index-about-tab .a-item {
  line-height: 2;
}

.abouttab-item {
  margin-bottom: -70px;
  margin-top: 90px;
}

.abouttab-item ul {
  margin: 0 -7px;
  display: flex;
  flex-wrap: wrap;
}

.abouttab-item .imgshow img {
  width: 100%;
}

.abouttab-item li {
  width: 25%;
  padding: 0 7px;
  box-sizing: border-box;
}

.abouttab-item .icon {
  width: 40px;
  display: inline-block;
  margin: 40px 0 28px;
}

.abouttab-item .t-item {
  background-color: #1861AE;
  text-align: center;
  padding: 0 0 32px;
  border-bottom: 4px solid transparent;
  transition: all 0.4s;
}

.abouttab-item .t-item .h-img {
  display: none;
}

.abouttab-item h4 {
  text-transform: uppercase;
  font-weight: 500;
}

.abouttab-item .cur .t-item {
  border-color: #1861AE;
  background: #FFF;
  color: #1861AE;
}

.abouttab-item .cur .t-item .d-img {
  display: none;
}

.abouttab-item .cur .t-item .h-img {
  display: inline-block;
}

.title {
  text-align: center;
  text-transform: uppercase;
  margin: 80px 0 40px;
  color: #123570;
}

.index-product-grid {
  padding: 1px 0 70px;
}

.ind-proswiper .img-box {
  padding-bottom: 45.97701%;
}

.ind-proswiper .swiper-slide {
  padding: 6px;
  box-sizing: border-box;
}

.ind-proswiper .p-item {
  border: 1px solid rgba(153, 153, 153, 0.3);
  display: block;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
}

.ind-proswiper .p-item:hover img {
  transform: scale(1.05);
}

.ind-proswiper .p-item:hover h3 {
  color: #1861AE;
}

.ind-proswiper .imgshow {
  padding: 30px 25%;
}

.ind-proswiper .imgshow img {
  transition: all 0.4s;
}

.ind-proswiper h3 {
  margin: 24px 0 18px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ind-proswiper .text {
  padding: 0 30px;
}

.ind-proswiper .learn-more {
  font-size: 18px;
  color: #1861AE;
  font-weight: 300;
  text-transform: uppercase;
  margin: 40px 0 24px;
  display: inline-block;
  display: block;
  text-align: center;
}

.ind-proswiper .learn-more .iconfont {
  font-weight: bold;
  color: #232323;
  margin-left: 12px;
}

.index-adv-grid {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin: 100px 0 0;
  padding: 1px 0 110px;
}

.index-adv-grid .title {
  color: #FFF;
}

.index-adv-grid .adv-list {
  padding-top: 230px;
  overflow: hidden;
  color: #FFF;
  text-align: center;
}

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

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

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

.index-adv-grid .adv-list .text {
  background: url("../images/index-adv-li.png") no-repeat 50% 50%;
  background-size: 100% 100%;
  padding: 0 24px;
  min-height: 154px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.index-adv-grid .adv-list .text p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.index-honor-grid .honor-left {
  width: 45%;
  background-color: #FFF;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16), inset 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  display: flex;
  flex-direction: column;
}

.index-honor-grid .honor-left .text {
  background-color: #1861AE;
  color: #FFF;
  padding: 24px;
  box-sizing: border-box;
  flex: 1;
  height: 100%;
}

.index-honor-grid .honor-left .text-p {
  line-height: 2;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.index-honor-grid .honor-left .line {
  width: 279px;
  height: 4px;
  background: #FFFFFF;
  margin: 24px 0;
}

.index-honor-grid .honor-left h3 {
  text-transform: uppercase;
  text-shadow: 2px 2px 2px black;
}

.index-honor-grid .honor-left .bot-img {
  padding: 24px;
}

.index-honor-grid .honor-left .bot-img ul {
  margin: 0 -26px;
  display: flex;
  flex-wrap: wrap;
}

.index-honor-grid .honor-left .bot-img .imgshow img {
  width: 100%;
}

.index-honor-grid .honor-left .bot-img li {
  width: 25%;
  padding: 0 26px;
  box-sizing: border-box;
}

.index-honor-grid .honor-right {
  width: 55%;
  box-sizing: border-box;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}

.index-honor-grid .honor-right ul {
  margin: 0 -38px;
  display: flex;
  flex-wrap: wrap;
}

.index-honor-grid .honor-right .imgshow img {
  width: 100%;
}

.index-honor-grid .honor-right li {
  width: 50%;
  padding: 0 38px;
  box-sizing: border-box;
}

.index-honor-grid .honor-right .img-box {
  padding-bottom: 142.85714%;
}

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

.index-news-grid {
  margin: 100px 0 0;
  background-color: rgba(123, 123, 123, 0.03);
  padding: 1px 0;
}

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

.index-news-grid .news-img {
  width: 50%;
}

.index-news-grid .news-img .img-box {
  padding-bottom: 61.94444%;
}

.index-news-grid .news-list {
  width: 50%;
  box-sizing: border-box;
  padding-left: 4%;
}

.index-news-grid .news-list .n-item {
  display: flex;
  color: #7B7B7B;
  align-items: center;
}

.index-news-grid .news-list li {
  padding: 25px 0;
  border-bottom: 2px solid #F0EDEB;
}

.index-news-grid .news-list li:nth-child(1) {
  padding-top: 0;
}

.index-news-grid .news-list li.cur .date {
    border-color: #123570;
    color: #FFF;
    background-color: #123570;
}

.index-news-grid .news-list li.cur h3 {
  font-weight: 400;
  color: #123570;
}

.index-news-grid .news-list h3 {
  font-weight: 300;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.2;
  transition: all 0.3s;
}

.index-news-grid .news-list em {
  font-weight: 400;
}

.index-news-grid .news-list .text {
  flex: 1;
}

.index-news-grid .news-list .date {
  text-align: center;
  transition: all 0.3s;
  margin-right: 18px;
  border: 1px solid #F0EDEB;
  border-radius: 20px;
  padding: 10px 20px;
  flex-shrink: 0;
}

.index-news-grid .news-list .date em, .index-news-grid .news-list .date span {
  display: block;
}

.index-news-grid .news-more {
  text-align: center;
  margin: 60px 0 90px;
}

.index-news-grid .news-more a {
  background-color: #000000;
  color: #FFF;
  padding: 12px 50px;
  display: inline-block;
  border-radius: 30px;
}

.content-product {
  display: flex;
  padding: 100px 0;
}

.content-left {
  width: 23%;
  height: calc(100vh - 60px);
  position: sticky;
  top: 60px;
  display: flex;
  flex-direction: column;
    border-top: 4px solid #123570;
}

.content-left .left-tt {
  text-transform: uppercase;
  border-top: 1px solid #123570;
  margin-top: 1px;
  padding: 16px 0 0;
}

.content-left .left-tt h2 {
color: #000;
}
.content-left .left-menu{
    /*max-height: 700px;*/
    overflow-y: auto;
    height:100%;
    flex: 1;
}


.content-left .left-menu::-webkit-scrollbar {
  width: 3px; /* 设置滚动条的宽度 */
}
 
.content-left .left-menu::-webkit-scrollbar-thumb {
  background-color: #999; /* 设置滚动条滑块的颜色 */
  border-radius: 5px; /* 设置滚动条滑块的圆角 */
}
 
.content-left .left-menu::-webkit-scrollbar-thumb:hover {
  background-color: #555; /* 设置滚动条滑块在悬停时的颜色 */
}
 
.content-left .left-menu::-webkit-scrollbar-track {
  background-color: #FBFBFB; /* 设置滚动条背景的颜色 */
}
.content-left .layui-bg-gray {
  background-color: transparent !important;
}

.content-left .layui-nav-tree.layui-bg-gray a, .content-left .layui-nav.layui-bg-gray .layui-nav-item a {
      color: #000000;    border-bottom: 1px solid #123570;
}
.layui-nav.layui-bg-gray .layui-nav-item .ccur a{
    color: #1861ae;
}
.content-left .layui-nav .layui-nav-mored, .content-left .layui-nav-itemed > a .layui-nav-more {
  transform: rotate(0) !important;
}

.content-left .layui-nav {
  text-transform: capitalize;
}

.content-left .layui-nav .layui-icon-down {
  width: 16px;
  text-align: center;
}

.content-left .layui-nav .layui-icon-down:before {
  content: '+';
  color: #888;
  font-size: 18px;
}

.content-left .layui-nav > li {
     /* border-bottom: 1px solid rgba(126, 133, 150, 0.16);*/
}

.content-left .layui-nav > li > .layui-nav-child {
  /* border-top: 1px solid rgba(126, 133, 150, 0.16);*/
}

.content-left .layui-nav > li a {
   /*  margin: 7px 0;*/
}

.content-left .layui-nav > li.layui-nav-itemed > a {
  background-color: rgba(206, 206, 206, 0.16);
}
.content-left .layui-nav .a-t{
    position: relative;
}
.content-left .layui-nav .a-t a{
    padding-right:40px;
}
.content-left .layui-nav .a-t .icon{
    position: absolute;
    right: 0px;
    top: 0%;
    height: 100%;
    width: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.content-left .layui-nav .layui-nav-itemed > a {
    color: #000000 !important;
    font-weight: 600;
    
}
.content-left .layui-nav .layui-nav-item a{
    padding-left: 15px;
    box-sizing: border-box;
}
/*.content-left .layui-nav .layui-nav-item .layui-nav-child{*/
/*    display: none;*/
/*}*/
.content-left .layui-nav .layui-nav-itemed > a .layui-icon-down:before {
  content: '-';
}

.content-left .layui-nav-tree .f-24{
  text-transform: uppercase;
  font-weight: bold !important;
}

.content-left .layui-nav .f-24,.content-left .layui-nav .f-20 {
  font-size: 14px;
}

.content-left .layui-nav .f-20 {
  font-size: 14px;font-weight: 600;
}

.content-left .layui-nav .f-18 {
  font-size: 18px;
}

.content-left .layui-nav.layui-nav-tree {
  width: 100%;
}

.content-right {
  flex: 1;
  width: 73%;
  margin-left: 4%;
}

.pro-tabitem {
  margin-bottom: 40px;
}

.pro-tabitem ul {
  margin: 0 -5px;
  display: flex;
  flex-wrap: wrap;
}

.pro-tabitem .imgshow img {
  width: 100%;
}

.pro-tabitem li {
  width: 50%;
  padding: 0 5px;
  box-sizing: border-box;
}

.pro-tabitem .p-item {
  border: 1px solid #123570;
  padding: 6px 0;
  transition: all 0.4s;
}

.pro-tabitem li {
  margin-bottom: 10px;
}

.pro-tabitem .p-child {
  padding: 0 30px;
  display: none;
}

.pro-tabitem .cur .p-child {
  display: block;
}

.pro-tabitem .cur .p-item, .pro-tabitem .act .p-item {
  background-color: #F2F2F2;
}

.pro-tabitem .cur .p-t .icon:after, .pro-tabitem .act .p-t .icon:after {
  content: '-';
}

.pro-tabitem .p-t {
  cursor: pointer;
  position: relative;
  padding-left: 30px;
}

.pro-tabitem .p-t h4 {
  color: #123570;
  text-transform: uppercase;
  font-weight: 300;
}

.pro-tabitem .p-t .icon {
  width: 16px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 6px;
  margin-top: -8px;
  height: 16px;
}

.pro-tabitem .p-t .icon:after {
  content: '+';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.pro-tabitem .range-input {
  display: flex;
  justify-content: space-between;
  margin: 0 0 12px;
}

.pro-tabitem .range-input input {
  width: 50px;
  height: 20px;
  background: #FFFFFF;
  border-radius: 2px;
  border: 1px solid #7B7B7B;
  box-sizing: border-box;
  padding: 0 5px;
  font-size: 12px;
}

.pro-tabitem .p-range {
  margin-bottom: 6px;
}

.pro-tabitem .p-range .layui-slider {
  height: 2px;
  background-color: #ddd;
}

.pro-tabitem .p-range .layui-slider .layui-slider-wrap-btn {
  width: 12px;
  height: 12px;
  top: -17px;
}

.filter-tt {
  color: #333;
  position: relative;
  margin-bottom: 16px;
}

.filter-tt h2 {
  display: inline-block;
  position: relative;
  padding-right: 24px;
  text-transform: uppercase;
}

.filter-tt h2:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 8px 0 8px;
  border-color: #333 transparent transparent transparent;
}

.filter-prolist ul {
  margin: 0 -13px;
  display: flex;
  flex-wrap: wrap;
}

.filter-prolist .imgshow img {
  width: 100%;
}

.filter-prolist li {
  width: 20%;
  padding: 0 13px;
  box-sizing: border-box;
}
.filter-prolist.if-filter li{
    width:25%;
    margin-top:26px;
}
.filter-prolist.if-filter li:nth-child(-n+4){
    margin-top:0;
}
.filter-prolist .img-box {
  padding-bottom: 45.65217%;
}
.filter-prolist.if-filter .img-box{
    padding-bottom:80%;
    /*background:rgba(0,0,0,.2);*/
    transition: all 0.6s;
}
.filter-prolist.if-filter .pcat-item:hover .imgshow{
    background:rgba(0,0,0,0.2);
}
.filter-prolist.if-filter .imgshow{
    margin:0;
    background:rgba(0,0,0,0.05);
    padding-top: 24px;
}
.filter-prolist.if-filter .imgshow .text{
    position: absolute;
    left:15px;
    top:15px;
    line-height:1.3;
    z-index:2;
    width:calc(100% - 30px);
    font-weight:600;
    color:#333;
}
.filter-prolist.if-filter .img-box img{
    object-fit:contain;
}
.filter-prolist.if-filter .pcat-item{
    position: relative;
    overflow: hidden;
}
.filter-prolist.if-filter .pcat-item .pop{
    display:flex;
    position: absolute;
    left:0;
    top:0;
    justify-content: center;
    align-items: center;
    width:100%;
    opacity:0;
    height:100%;
    transform: translateY(50%);
    transition: all 0.3s;
    z-index:3;
}
.filter-prolist.if-filter .pcat-item:hover .pop{
    opacity:1;
    transform: translateY(0);
}
.filter-prolist.if-filter .pcat-item .pop span{
    border-radius:15px;
    border:1px solid  #fff;
    display: block;
    width:80%;
    color:#fff;
    text-align: center;
    font-weight:600;
    height:35px;
    line-height:35px;
}
.filter-prolist .f-item {
  background: linear-gradient(180deg, #123570 0%, rgba(20, 11, 14, 0.75) 100%);
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  padding: 1px 20px 20px;
  display: block;
}

.filter-prolist .imgshow {
  margin: 45px auto;
  position: relative;
}

.filter-prolist .imgshow .img-box {
  z-index: 3;
}

.filter-prolist .imgshow .img-yz {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%) scale(0.9);
  top: 50%;
  width: 100%;
  z-index: 2;
  filter: blur(3px);
  opacity: 0.5;
}

.filter-prolist h4 {
  color: #FFF0F5;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}

.filter-prolist h4 .iconfont {
  margin-left: 24px;
}

.prony-title {
  line-height: 1;
  border-bottom: 2px solid #123570;
  position: relative;
  margin: 15px 0 30px 0;
  /* padding: 14px 0; */
}

.prony-title h2 {
  text-transform: uppercase;
  color: #333;
}

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

.prony-title .slot-right .iconfont {
  color: #7B7B7B;
}

.prony-title .slot-right .tab-a {
  font-weight: 300;
  margin-right: 35px;
  color: #333;
  cursor: pointer;
}

.prony-title .slot-right .cur {
  font-weight: 500;
}

.prony-title .slot-right .cur .iconfont {
  font-weight: bold;
  color: #333;
}

/* .productny-list .img-box {
  padding-bottom: 45.56962%!important;
} */

.productny-list ul {
  margin: 0 -11px;
  display: flex;
  flex-wrap: wrap;
}

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

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

.productny-list li {
  margin-bottom: 30px;
}

.productny-list .text {
  display: block;
}

.productny-list .p-item {
  transition: all 0.3s;
  padding: 20px 26px;
  text-align: center;
  display: block;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  border-radius: 0px 0px 0px 0px;
  border: 1px solid rgba(153, 153, 153, 0.1);
  position: relative;
}
.productny-list .quik-scan{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    color: #FFF;
    background: #000;
    padding: 8px 16px;
    z-index: 23;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    cursor: pointer;
    
}
.productny-list .p-item:hover .quik-scan{
    opacity: 1;
    visibility: visible;
}
.productny-list .p-item:hover {
  background: rgba(0, 0, 0, 0.5);
}

.productny-list .p-item:hover h3, .productny-list .p-item:hover .text-p, .productny-list .p-item:hover .view-more {
  color: #FFF;
}

.productny-list .imgshow {
  width: 258px;
  display: inline-block;
}

.productny-list h3 {
  margin: 16px 0 0;
  color: #123570;
}
.
.productny-list .text-p {
    
  color: #7B7B7B;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 24px 0 18px;
  text-align: left;
  line-height: 2.11;
  display: none;
}

.productny-list .view-more {
  color: #123570;
  text-transform: uppercase;
  font-weight: 500;
}

.p-compare {
  text-align: right;
  margin: 12px 0 0px;
}

.p-compare .layui-form-checkbox > i {
  left: auto;
  right: 0;
}

.p-compare .layui-form-checkbox {
  padding-left: 0;
  padding-right: 10px;
}

.compare-box {
  position: absolute;
  bottom: 100%;
  background-color: rgba(20, 11, 14, 0.5);
  left: 0;
  right: 0;
  padding: 1px 0 36px;
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10%);
}

.compare-box.open {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.compare-box .c-t {
  cursor: pointer;
  padding: 22px 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.compare-box .c-t .iconfont {
  margin-left: 38px;
  display: block;
  position: relative;
  transform: rotate(90deg);
}

.compare-box .c-list {
  flex: 1;
  width: 100%;
}

.compare-box .c-list .img-box {
  padding-bottom: 44.44444%;
}

.compare-box .c-list ul {
  margin: 0 -6px;
  display: flex;
  flex-wrap: wrap;
}

.compare-box .c-list .imgshow img {
  width: 100%;
}

.compare-box .c-list li {
  width: 25%;
  padding: 0 6px;
  box-sizing: border-box;
}

.compare-box .c-list .imgshow {
  width: 62px;
  background-color: #FFF;
  height: 62px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.compare-box .c-list .imgshow .icon {
  width: 45px;
}

.compare-box .c-list .c-item {
  display: flex;
  align-items: center;
  padding: 10px;
  padding-right: 40px;
  background-color: rgba(20, 11, 14, 0.5);
  position: relative;
}

.compare-box .c-list .c-item .c-close {
  position: absolute;
  right: 8px;
  top: 4px;
}

.compare-box .c-list .c-item .c-close .iconfont {
  display: block;
  transform: rotate(-45deg);
}

.compare-box .c-list h4 {
  font-weight: 400;
  margin-left: 12px;
}

.compare-box .c-bot {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.compare-box .c-btn {
  margin-left: 45px;
}

.compare-box .c-btn a {
  display: inline-block;
  background-color: #123570;
  color: #FFF;
  padding: 10px 40px;
  line-height: 1;
  border-radius: 50px;
  font-weight: 300;
}
.productny-table .bootstrap-table{
    background-color:#fafafa;
    height:100%;
}
.productny-table {
  overflow: hidden;
  width: 100%;
  /*background-color: #F2F2F2;*/
  /*padding: 0 1px;*/
  min-height: auto !important;
  height:auto !important;
  max-height:none !important;
}
.productny-table .bootstrap-table .fixed-table-container{
    height:auto !important;
    padding-bottom:0 !important;
}
.productny-table .bootstrap-table .fixed-table-container .fixed-table-body{
    height:70vh;
    overflow-x: scroll;
    overflow-y: scroll;
}
.productny-table table{
    min-width: 1600px;
}
.productny-table table td,.productny-table table th{
  /*min-width: 1400px;*/
  padding: 8px 12px;
  border:1px solid  #eee;
  box-sizing:border-box;
}
.productny-table table td .dis{
    color: #a8a8a8;
}
.productny-table table {
  margin: 0;
  background-color: #FAFAFA;
  font-size: 14px;
}

.productny-table .layui-table-click, .productny-table .layui-table-hover, .productny-table .layui-table[lay-even] tbody tr:nth-child(even) {
  background-color: #F2F2F2;
}

.prodis-top {
  display: flex;
}

.prodis-swiper {
  width: 50%;
  box-sizing: border-box;
  padding-right: 6%;
}

.prodis-swiper .img-box {
    /* padding-bottom: 45.57292%; */
}

.prodis-topswiper {

    /* padding: 140px 0 90px; */
}

.prodis-botswiper {
  margin: 0 -7px;
}

.prodis-botswiper .swiper-slide {
  box-sizing: border-box;
  padding: 7px;
}

.prodis-botswiper .p-item {
  padding: 10px 10px;
  box-sizing: border-box;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  border-radius: 0px 0px 0px 0px;
  border: 1px solid rgba(153, 153, 153, 0.3);
}

.prodis-botswiper .swiper-slide-thumb-active .p-item {
  border-color: rgba(153, 153, 153, 0.8);
}

.prodis-text {
  width: 50%;
  box-sizing: border-box;
  padding-left: 4%;
  color: #123570;
}

.prodis-text .sub-tt {
  color: #7B7B7B;
  margin-bottom: 12px;
}

.prodis-text .text-p h4 {
  line-height: 2;
}

.prodis-text .pcs {
  line-height: 2;
  margin-bottom: 12px;
}

.prodis-text .p-price {
  display: flex;
  justify-content: space-between;
  margin: 24px 0 32px;
  align-items: center;
}

.prodis-text .p-links ul {
  margin: 0 -4px;
  display: flex;
  flex-wrap: wrap;
}

.prodis-text .p-links .imgshow img {
  width: 100%;
}

.prodis-text .p-links li {
  width: 50%;
  padding: 0 4px;
  box-sizing: border-box;
}

.prodis-text .p-links li {
  margin-bottom: 30px;
}

.prodis-text .p-links a {
  display: block;
  line-height: 1;
  padding: 13px 5px;
background-color: #0066cc;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-weight: 300;
  box-sizing: border-box;
}

.prodis-text .p-links .p-kx {
  border: 1px solid #0066cc;
  background-color: #FFF;
  color: #123570;
}

.prodis-price {
  color: #333;
  text-transform: uppercase;
  margin: 40px 0 0;
}

.prodis-center {
  display: flex;
  justify-content: space-between;
}

.prodis-center .p-imglist, .prodis-center .p-table {
  width: 49%;
}

.prodis-center table {
  width: 100%;
  border: 1px solid #123570;
}

.prodis-center table tr {
  border-bottom: 1px solid #123570;
}

.prodis-center table th {
background-color: #0066cc;
  color: #FFF;
  padding: 10px 34px;
  text-transform: uppercase;
  font-weight: 400;
}

.prodis-center table td {
  padding: 10px 34px;
}

.prodis-center .p-imglist {
  border: 1px solid #123570;
}

.prodis-center .p-imglist .img-tt {
background-color: #0066cc;
  color: #FFF;
  padding: 10px 34px;
  text-transform: uppercase;
  font-weight: 400;
}

.prodis-center .p-imglist .imgshow {
  padding: 34px;
}

.related-tit {
  border-bottom: 2px solid #123570;
  margin: 100px 0 35px;
}

.related-tit h3 {
  font-weight: 400;
  color: #333;
  padding: 12px;
}

.related-gird .productny-list .p-item {
  padding-bottom: 12px;
}

.content-service {
  background: url("../images/oem-topbg.png") 110% 0% no-repeat;
  padding-top: 1px;
  background-size: 56%;
}

.ser-info {
  margin: 140px 0 80px;
}

.ser-info h3 {
  color: #123570;
  margin: 0px 0 60px;
  text-transform: uppercase;
}

.ser-info h3.center {
  text-align: center;
}

.ser-info .text-p {
  color: #3E3C3C;
  line-height: 2;
}

.service-tabbox {
  color: #FFF;
}

.service-tabbox ul {
  display: flex;
}

.service-tabbox ul li {
  width: 14%;
  transition: all 0.4s;
}

.service-tabbox ul li.cur {
  width: 30%;
}

.service-tabbox ul li.cur .imgshow:after {
  opacity: 0;
  visibility: hidden;
}

.service-tabbox ul li.cur .text {
  display: none;
}

.service-tabbox ul li.cur .h-text {
  opacity: 1;
  visibility: visible;
}

.service-tabbox ul .s-item {
  overflow: hidden;
  position: relative;
}

.service-tabbox ul .s-item .imgshow {
  position: relative;
}

.service-tabbox ul .s-item .imgshow:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 0.4s;
}

.service-tabbox ul .s-item img {
  width: 30vw;
  height: 600px;
  object-fit: cover;
}

.service-tabbox .text {
  bottom: 100px;
  position: absolute;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  border: 1px solid #FFF;
  text-align: center;
  margin: 11px 11px;
  padding: 10px 20px;
  z-index: 1;
  box-sizing: border-box;
  width: 13vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-tabbox .text h3{
    height: 48px;
}
 .service-tabbox .text .f-22{
      font-size: 16px;
  }
.service-tabbox .h-text {
  width: 30vw;
  opacity: 0;
  visibility: hidden;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 5%;
  text-align: center;
  transition: all 0.4s;
}

.service-tabbox .h-text h4 {
  margin-top: 38px;
}

.service-title {
  text-align: center;
  color: #123570;
  margin: 60px 0;
  text-transform: uppercase;
}

.ser-processlist {
  padding-bottom: 50px;
  text-align: center;
}

.ser-processlist ul {
  display: flex;
  justify-content: space-between;
}

.ser-processlist .icon {
  background-color: #1861AE;
     width: 140px;
    height: 140px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  margin: 0 auto;
}

.ser-processlist .icon .iconfont {
  font-size: 100px;
}

.ser-processlist h5 {
  text-align: center;
  color: #123570;
  font-weight: 500;
  text-transform: uppercase;
  padding: 32px 0;
}

.msg-tt {
  color: #222;
  text-align: center;
}

.msg-grid {
  background: url("../images/ser-map.png") no-repeat 50% 0;
}

.msg-grid #xhlFormSubmit {
  width: 213px;
  height: 51px;
  background: #1861AE;
  line-height: 51px;
  border-radius: 20px;
  font-weight: 300;
  font-size: 18px;
}

.msg-grid .usedComp {
  width: 24%;
  margin-right: 1.33%;
  float: left;
}

.msg-grid .usedComp:nth-child(4) {
  margin-right: 0;
}

.msg-grid .usedComp:nth-child(5) {
  width: 100%;
}

.msg-grid .usedComp label {
  color: #123570;
}

.msg-grid .usedComp input, .msg-grid .xhl-controls .xhl-textarea {
  border: 1px solid #E7ECEF;
  background-color: #FFF;
}

.service-message {
  padding: 0 0 100px;
}

.ser-aftermsg {
  background: url("../images/ser-after-msg.png") no-repeat 50% 50%;
  background-size: cover;
  padding: 55px 0;
}

.ser-aftermsg .msg-tt {
  color: #FFF;
}

.ser-aftermsg .usedComp label {
  color: #FFF;
}

.content-solution {
  padding-top: 60px;
}

.ser-solution-info {
  text-align: center;
  color: #123570;
}

.ser-solution-info h3 {
  text-transform: uppercase;
  margin: 90px 0 30px;
}

.ser-solution-info .text-p {
  line-height: 2;
}

.solution-list {
  color: #123570;
}

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

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

.solution-list li:nth-child(2n) .text {
  padding-left: 0;
  padding-right: 60px;
}

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

.solution-list .imgshow {
  width: 45%;
}

.solution-list .imgshow .img-box {
  padding-bottom: 61.53846%;
}

.solution-list .text {
  flex: 1;
  padding-left: 60px;
}

.solution-list .text h3 {
  text-transform: uppercase;
  margin-bottom: 40px;
}

.solution-list .text .text-p {
  line-height: 2.3;
}

.content-solution .filter-prolist {
  margin: 110px 0;
}

.content-solution .filter-prolist li {
  width: 25%;
}

.content-solution .filter-prolist .f-item {
  padding-bottom: 80px;
}

.content-solution .filter-prolist .imgshow {
  margin: 70px 0;
}

.service-sendmsg {
  padding: 150px 0;
}

.service-sendmsg .msg-tt {
  margin-bottom: 90px;
}

.service-sendmsg .msg-grid .usedComp {
  margin-right: 0;
  float: left;
  width: 100%;
}

.service-sendmsg .msg-grid .usedComp:nth-child(1), .service-sendmsg .msg-grid .usedComp:nth-child(2) {
  width: 49%;
}

.service-sendmsg .msg-grid .usedComp:nth-child(even) {
  float: right;
}

.service-sendmsg .msg-grid .usedComp:nth-child(7), .service-sendmsg .msg-grid .usedComp:nth-child(8), .service-sendmsg .msg-grid .usedComp:nth-child(9) {
  width: 32%;
  margin-right: 2%;
  float: left;
}

.service-sendmsg .msg-grid .usedComp:nth-child(9) {
  margin-right: 0;
}

.pro-cpt {
  text-transform: uppercase;
  color: #333;
  margin: 0 0 32px;
}

.pro-cpt h3 {
  margin-top: 10px;
  color: #123570;
  font-weight: 400;
}

.content-compare {
  margin: 100px 0;
}

.cpt-tips {
  background-color: #F2F2F2;
  padding: 10px 20px 20px;
}

.cpt-tips .c-search {
  width: 50%;
  margin-top: 13px;
}
.cpt-tips .c-search .vxe-pulldown{
    display: block;
}
.cpt-tips .c-search  .vxe-input{
    width: 100%;
}
.cpt-tips .c-search input {
  color: #123570;
  width: 100%;
  border: 1px solid rgba(20, 11, 14, 0.4);
  background-color: #D5D5D5;
  border-radius: 50px;
  padding: 8px 16px;
  line-height: 1;
}

.compare-grid .c-toplist {
  box-sizing: border-box;
  margin: 20px 0;
  padding-left: 20%;
}

.compare-grid .c-toplist ul {
  display: flex;
  border-right: none;
  border: 1px solid rgba(153, 153, 153, 0.3);
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
}

.compare-grid .c-toplist ul li {
  width: 25%;
  box-sizing: border-box;
  border-right: 1px solid rgba(153, 153, 153, 0.3);
}

.compare-grid table {
  box-sizing: border-box;
  width: 100%;
  table-layout: fixed;
}

.compare-grid .c-item {
  padding: 55px 0 0;
  position: relative;
  color: #123570;
}

.compare-grid .c-item .img-box {
  padding-bottom: 45.80645%;
}

.compare-grid .c-item .t-bot {
  background-color: #F2F2F2;
  border-top: 1px solid rgba(153, 153, 153, 0.3);
  line-height: 1;
  padding: 8px 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 32px 0 0;
  font-size: 13px;
}

.compare-grid .c-item h3 {
  margin: 20px 0 14px;
}

.compare-grid .c-item .close {
  position: absolute;
  right: 5px;
  top: 0px;
  color: #999;
  cursor: pointer;
}

.compare-grid .c-item .close .iconfont {
  font-size: 18px;
}

.compare-grid .c-item .close:hover {
  color: #333;
}

.compare-grid .imgshow {
  padding: 0 55px;
}

.compare-grid .text {
  padding: 0 50px;
}

.compare-grid tbody td {
  font-size: 14px;
  padding: 12px 36px;
}

.compare-grid tbody td:nth-child(1) {
  background-color: #F2F2F2;
}

.compare-grid tbody tr:nth-child(odd) {
  background-color: #FAFAFA;
}

.content-news {
  margin: 85px 0;
}

.newsny-list .n-item {
  display: flex;
  background-color: rgba(123, 123, 123, 0.03);
}

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

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

.newsny-list .imgshow {
  width: 31%;
}

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

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

.newsny-list .text {
  padding: 18px 40px;
  box-sizing: border-box;
  width: 69%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.newsny-list h3 {
  color: #123570;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 20px;
}

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

.newsny-list .date {
  color: #1861AE;
}

.newsny-list .date .iconfont {
  font-weight: bold;
  margin-right: 10px;
}

.content-news-detail {
  margin: 80px 0;
  display: flex;
}

.content-news-detail .news-left {
  width: 70%;
  color: #123570;
}

.content-news-detail .news-left h3 {
  margin-bottom: 40px;
}

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

.content-news-detail .news-right {
  width: 30%;
  padding-left: 8%;
  box-sizing: border-box;
}

.content-news-detail .news-right li {
  margin-bottom: 24px;
}

.content-news-detail .news-right .n-item {
  display: flex;
}

.content-news-detail .news-right .n-item .imgshow {
  width: 35%;
}

.content-news-detail .news-right .n-item .imgshow .img-box {
  padding-bottom: 67.16418%;
}

.content-news-detail .news-right .n-item .text {
  width: 65%;
  padding: 0 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.content-news-detail .news-right .n-item .text h4 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.content-news-detail .news-share {
  display: flex;
  align-items: center;
  margin: 60px 0;
  justify-content: flex-end;
  text-transform: capitalize;
}

.content-news-detail .news-share a {
  width: 32px;
  height: 32px;
  background-color: #1861AE;
  border-radius: 5px;
  color: #FFF;
  text-align: center;
  text-align: center;
  line-height: 32px;
  margin-left: 12px;
}

.content-news-detail .news-share a .iconfont {
  font-size: 20px;
}

.news-page {
  display: flex;
  justify-content: space-between;
}

.news-page a {
  display: block;
  max-width: 45%;
  position: relative;
  color: #123570;
  padding-left: 27px;
}

.news-page a label {
  display: block;
  text-transform: uppercase;
}

.news-page a .iconfont {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.news-page a.next {
  text-align: right;
  padding-left: 0;
  padding-right: 27px;
}

.news-page a.next .iconfont {
  left: auto;
  right: 0;
}

.related-tt {
  color: #123570;
  margin-bottom: 30px;
}

.related-tt h3 {
  line-height: 1;
  border-left: 8px solid #1861AE;
  padding-left: 12px;
}

.content-about {
  padding: 100px 0 0;
  background: url("../images/about-top-bg.png") no-repeat 100% 0;
  background-size: 54%;
}

.content-about .about-info .info-cont {
  display: flex;
  flex-direction: row-reverse;
}

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

.content-about .about-info .text {
  width: 65%;
  color: #3E3C3C;
  line-height: 2.2;
  box-sizing: border-box;
  padding-right: 4%;
}

.content-about .about-info .a-t {
  text-transform: uppercase;
  color: #123570;
}

.content-about .about-info .a-t h2 {
  margin: 5px 0 24px;
}

.about-fact .text {
  line-height: 2.2;
}

.fact-swiper {
  margin: 40px 0;
}

.fact-swiper .img-box {
  padding-bottom: 66.73511%;
}

.about-faclist li {
  padding: 90px 0;
}

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

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

.about-faclist li:nth-child(2n) .f-item {
  flex-direction: row-reverse;
  border-right: none;
  border-left: 6px solid #1861AE;
}

.about-faclist .f-item {
  display: flex;
  align-items: center;
  border-right: 6px solid #1861AE;
}

.about-faclist .f-item .imgshow {
  width: 31%;
}

.about-faclist .f-item .imgshow .img-box {
  padding-bottom: 48.67257%;
}

.about-faclist .f-item .text {
  width: 69%;
  box-sizing: border-box;
  padding: 0 5%;
  line-height: 2.2;
}

.about-honor {
  margin-bottom: 90px;
}

.about-honor .img-box {
  padding-bottom: 142.75093%;
}

.about-honor .h-item {
  background-color: #F9F9F9;
  padding: 60px;
}

.about-honor .h-item .h-cont {
  display: flex;
}

.about-honor .h-item .h-cont .imgshow {
  width: 45%;
}

.about-honor .h-item .h-cont .text {
  width: 55%;
  box-sizing: border-box;
  padding-left: 10%;
}

.about-honor .h-item .h-t {
  display: flex;
  align-items: center;
  color: #123570;
  margin-bottom: 32px;
}

.about-honor .h-item .h-t em {
  margin-right: 18px;
  color: #1861AE;
}

.about-honor .h-item .text {
  color: #3E3C3C;
  line-height: 2.2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.content-job {
  background: url("../images/job-bg.png") no-repeat 50% 50%;
  background-size: cover;
  padding: 1px 0 100px;
}

.job-filters {
  margin-top: -160px;
  position: relative;
  z-index: 120;
}

.job-filters .j-form {
  background-color: rgba(123, 123, 123, 0.6);
  padding: 60px 66px;
  z-index: 2;
}

.job-filters .layui-form-select .layui-edge {
  border-top-color: #123570;
}

.job-filters .j-row {
  display: flex;
  margin-top: 46px;
}

.job-filters .j-row .j-cel {
  width: 32%;
  margin-right: 2%;
}

.job-filters .j-row .j-cel:nth-child(3) {
  margin-right: 0;
}

.job-filters .layui-input, .job-filters .layui-select, .job-filters .layui-textarea {
  height: 60px;
  color: #123570;
}

.job-filters .layui-input::placeholder, .job-filters .layui-select::placeholder, .job-filters .layui-textarea::placeholder {
  color: #123570;
}

.job-filters .j-fb {
  position: relative;
}

.job-filters .j-fb .j-ser {
  position: absolute;
  right: 1px;
  top: 1px;
  bottom: 1px;
  background-color: #FFF;
  border: none;
  color: #FFF;
  background-color: #1861AE;
  padding: 0 55px;
}

.job-filters .j-btns {
  margin: 32px 0 0;
  text-align: center;
  line-height: 1;
}

.job-filters .j-btns button {
  border: none;
  background-color: #1861AE;
  color: #FFF;
  padding: 13px 50px;
}

.job-total {
  color: #123570;
  line-height: 1;
  margin: 70px 0 20px;
}

.job-total em {
  padding-bottom: 10px;
  color: 1861AE;
}

.job-table table {
  color: #123570;
  width: 100%;
  text-transform: capitalize;
}

.job-table table th {
  background-color: #1861AE;
  color: #FFF;
  text-transform: uppercase;
}

.job-table table td, .job-table table th {
  padding: 22px;
}

.job-table .t-icon {
  color: #DBDBDB;
}

.job-table .t-icon.cur .iconfont {
  color: #1861AE;
}

.job-table .t-icon .iconfont {
  font-size: 36px;
}

.job-table tbody tr:nth-child(even) {
  background-color: #FBFBFB;
}

.faq-list {
  margin: 0 0 100px;
  color: #888;
}

.faq-list .f-t {
  display: flex;
  justify-content: space-between;
  color: #333333;
  padding: 14px 0;
  position: relative;
  padding-left: 45px;
}

.faq-list .f-t .iconfont {
  color: #1861AE;
  font-weight: bold;
  font-size: 14px;
}

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

.faq-list .f-t h3 {
  font-weight: 400;
}

.faq-list .f-t:after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: #1861AE;
  border-radius: 50%;
  top: 50%;
  margin-top: -4px;
  left: 0;
}

.faq-list .text {
  font-weight: 300;
  padding: 0 45px 30px;
  display: none;
}

.faq-list li {
  border-top: 1px solid #F1F1F1;
}

.faq-list li:nth-last-child(1) {
  border-bottom: 1px solid #F1F1F1;
}

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

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

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

.contact-title {
  text-transform: uppercase;
  margin: 70px 0 20px;
}

.contact-title h2 {
  display: inline-block;
  border-bottom: 5px solid #1861AE;
}

.content-contact {
 color: #000000;
}

.content-contact .text {
  line-height: 1.875;
}

.content-contact .con-list li {
  display: flex;
  align-items: center;
  margin-top: 28px;
}

.content-contact .con-list .iconfont {
  font-size: 16px;
  color: #1861AE;
  margin-right: 10px;
}

.content-contact .con-map {
  margin: 30px 0;
}

.content-contact .con-map .img-box {
  padding-bottom: 32.98611%;
}

.content-contact .msg-grid {
  background-color: rgba(123, 123, 123, 0.18);
  padding: 50px 110px;
  margin-bottom: 40px;
}

.content-contact .msg-grid .msg-tt {
  margin-bottom: 100px;
}

.content-contact .msg-grid .msg-tt h4 {
  text-transform: uppercase;
}

.content-job-detail {
  color: #123570;
  padding: 100px 0;
  background: url("../images/job-bg.png") no-repeat;
  background-size: cover;
}

.jobd-con {
  max-width: 1000px;
  margin: 0 auto;
}

.job-dtit {
  margin: 0 0 32px;
  text-transform: uppercase;
}

.job-dlist h3 {
  margin-bottom: 24px;
}

.job-dlist li {
  display: flex;
  margin-bottom: 20px;
  width: 100%;
}

.job-dlist label {
  font-weight: 500;
  flex-shrink: 0;
  padding-right: 10px;
  text-transform: uppercase;
}
.job-dlist ul {
  display: flex;
  flex-wrap: wrap;
}
.job-dlist ul .w50 {
  width: 50%;
}
.job-dlist p {
  font-weight: 300;
}

.job-dmsg {
  padding: 20px 0 0;
}

.job-dmsg .usedComp {
  width: 100%;
}

.job-dmsg .usedComp .xhl-control-label {
  font-size: 20px;
  color: #123570;
}

.job-dmsg .usedComp input {
  height: 60px;
  width:100%;
  background-color: #FFF;
  border: 1px solid #7B7B7B;
  border-radius: 4px;
}

.job-dmsg .wpcf7-submit {
  width: 213px;
  height: 51px;
  background: #123570;
  line-height: 51px;
  border-radius: 20px;
  font-weight: 300;
  font-size: 18px;
  color:#fff;
}

.search-list {
  margin-bottom: 40px;
}
.nav-yijilist h2,.nav-yijilist h2 a{
  color: #FFF;
  text-transform: capitalize;
}
.nav-yijilist{
  display: flex;
  /*flex-wrap: wrap;*/
  /*justify-content: space-between;*/
}
.nav-yijilist.tabbody{
    display: block;
    padding-top: 5px;
}
.nav-yijilist .y-item{
    margin-right: 20px;
}
.nav-yijilist h2 a{
  font-size: 16px !important;
  position: relative;
  display:inline-block;
  cursor: pointer;
}
.nav-yijilist h2 a:after{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #FFF;
  opacity: 0;
  transition: all 0.3s;
}
.nav-yijilist h2 a:hover:after,.nav-yijilist .act h2 a:after{
    opacity: 1;
}
.child-box {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 99;
	background:#404040;
	background-size: cover;
	
}

.child-box .child-nav {
		display: none;
		padding: 32px;
		
	}
.nav-product ul{
    /*display: none;*/
    transition: all 0.3s;
    overflow: hidden;
    /* flex-wrap: wrap; */
    display: flex;
    /*opacity: 0;*/
    /*visibility: hidden;*/
    max-height: 0;
    
}
.nav-product .act ul{
  /*display: flex;*/
  /*opacity: 1;*/
  /*visibility: visible;*/
  max-height: initial;
}
.nav-product ul li{
    /* width: 14.28%; */
    margin-bottom: 30px;
    margin-right: 20px;
    /*flex: 1;*/
}
.nav-product ul li:nth-last-child(1){
    margin-right: 0;
}
.nav-product h3{
    padding: 7px 0;
   
    
}
.nav-product h3 a{
    display: inline-block;
     position: relative;
     padding-bottom: 1px;
}
/* .nav-product h3 a:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #FFF;
} */
.nav-product a{
    color: #fff;
    transition: all 0.3s;
    font-size: 14px;
    line-height: 1.3;
    display: block;
}
.nav-product dd{
    margin-bottom: 6px;
}
.nav-product dd a{
  font-size: 12px;
}
.nav-product dd a:hover{
    text-decoration: underline;
}
.my-dropdown1 .list-item1{
    padding:5px 12px;
    
}
.my-dropdown1 .list-item1:hover{
    cursor: pointer;
    color: #1861AE;
}
.my-dropdown1{
    
    background: #FFF;
    border:1px solid  #F5f5f5;
}
.btn-nav{
    display: none;
}
.bootstrap-table .fixed-table-container .table td:nth-child(1), .bootstrap-table .fixed-table-container .table th:nth-child(1){
    width: 400px;
}
.bootstrap-table .fixed-table-container .table{
    /*table-layout: initial;*/
}



#pro-layer {
  padding: 20px;
}
#pro-layer .p-links{
    margin-top: 24px;
}
#pro-layer  .prodis-text{
    padding-left: 0;
}
.productny-list .p-item {
  position: relative;
}

.productny-list .p-item .p-tag {
  width: 140px;
  height: 140px;
  left: 0;
  top: 0;
  position: absolute;
}
.productny-list .p-item .p-tag  img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*.productny-list .p-item .p-tag:after {*/
/*  content: '';*/
/*  position: absolute;*/
/*  left: 0;*/
/*  top: 0;*/
/*  width: 0;*/
/*  height: 0;*/
/*  border-style: solid;*/
/*  border-width: 100px 100px 0 0;*/
/*  color: #fff;*/
/*  font-size: 12px;*/
/*  border-color: #007bff transparent transparent transparent;*/
/*  z-index: 1;*/
/*}*/

.productny-list .p-item .p-tag span {
  color: #fff;
  transform: rotate(-45deg);
  transform-origin: 50% 50%;
  width: 100px;
  height: 100px;
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
}
.job-email {
  padding: 32px 0 0;
}

.job-email a {
  color: #333;
}

.job-email a:hover {
  text-decoration: underline;
}
[data-block-name="woocommerce/product-new"]{
    padding-top:20px;
}
.wp-block-woocommerce-empty-cart-block h2.wp-block-heading:nth-child(3){
    font-size:32px;
}
.layui-nav-tree.layui-bg-gray .layui-nav-child .layui-nav-item a{
    padding-left: 45px;
}
.layui-nav-tree.layui-bg-gray .layui-nav-child  a{
    padding-left: 25px;
}
.layui-nav-tree.layui-bg-gray .layui-nav-child  .layui-nav-child dd a{
    padding-left: 60px;
}
.layui-nav-tree.layui-bg-gray .layui-nav-child{
    padding-left: 0;
}
.layui-nav-tree .layui-nav-item a{
    height: auto;
    text-wrap: initial;
    min-height: 34px;
    line-height:20px;
    display: flex;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
}
.layui-nav .layui-nav-more{
    top: 50%;
    margin-top: -20px;
}
/*.layui-nav-tree .layui-nav-item li{*/
/*    min-height: 40px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    width: 100%;*/
/*    box-sizing: border-box;*/
/*}*/

.tree-menu-box {
  /*height: 50vh;*/
  /*overflow-y: auto;*/
   overflow-y: auto;
    height:100%;
    flex: 1;
}

.tree-menu {
  position: relative;
}

.tree-menu .children {
  border-top: 1px solid #707070;
  padding-left: 20px;
}

.tree-menu .children li:nth-last-child(1) {
  border: none;
}

/*.tree-menu > li > ul > li > .m-t a {*/
/*  font-weight: bold;*/
/*}*/

.tree-menu > li > .m-t a {
  font-weight: bold;
  text-transform: uppercase;
}

.tree-menu ul {
  list-style-type: none;
  padding: 0;
}

.tree-menu li {
  cursor: pointer;
  border-bottom: 1px solid #707070;
}

.tree-menu li a {
  color: #000;
  display: block;
  padding: 5px 30px 5px 0;
}

.tree-menu li .m-t {
  display: flex;
  align-items: center;
}

.tree-menu li .m-t a {
  flex: 1;
}

.tree-menu li .m-t .icon {
  font-size: 18px;
  width: 32px;
  text-align: center;
}

.tree-menu .children {
  display: none;
  /* 默认隐藏子菜单 */
}

.tree-menu .has-children[data-expanded="true"] > .children {
  display: block;
  /* 默认展开的节点显示子菜单 */
}

@media screen and (max-width: 1640px) {
    .productny-list .p-item .p-tag {
        width: 100px;
        height: 100px;
    }
  .ipd-20 {
    padding: 0 20px;
  }
  /*.content-left .layui-nav .f-24 {*/
  /*  font-size: 20px;*/
  /*}*/
  .h-lang {
    margin-left: 30px;
  }
}

@media screen and (max-width: 1466px) {
     .productny-list .p-item .p-tag {
        width: 90px;
        height: 90px;
    }
    .newsny-list h3{
        font-size: 16px;
    }
  #menuPc a {
    padding: 0 14px;
  }
  #menuPc li > a{
      padding:6px 14px;
  }
  .banner .banner-page {
    right: 40px;
    bottom: 40px;
  }
  .ind-proswiper .text {
    padding: 0 12px;
  }
  .ind-proswiper .learn-more, .ind-proswiper .learn-more .iconfont {
    font-size: 14px;
  }
}

@media screen and (max-width: 1366px) {
  #menuPc a {
    padding: 0 8px;
  }
  /*  #menuPc li > a{*/
  /*    padding:6px;*/
  /*}*/
}
@media screen and (max-width: 1300px) {
    #menuPc a{
        font-size:10px;
    }
    .h-search{
        width:100px;
    }
    .filter-prolist.if-filter .imgshow .text{
        font-size:12px;
    }

}
@media screen and (max-width: 1000px) {
     .productny-list .p-item .p-tag {
        width: 60px;
        height: 60px;
    }
    .banner .bg-box img{
        height: 200px;
    }
    .index-product .ip-list ul li a span{
        font-size: 12px;
    }
  html.mm-blocking body {
    overflow: initial;
  }

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

  .h-tool {
    display: none;
  }
  .banner .banner-page {
    display: none;
  }
  .index-about-grid {
    display: block;
    margin: 30px 0;
    padding-bottom:0;
    padding-top:0;
  }
  .index-about-grid .imgshow, .index-about-grid .text {
    width: 100%;
  }
  .index-about-grid .imgshow {
    margin-bottom: 12px;
    padding: 0 19%;
    box-sizing: border-box;
  }
  .index-about-grid .text {
    padding-right: 0;
  }
  .index-about-tab {
    padding: 30px 0 1px;
  }
  .abouttab-item li {
    width: 50%;
    margin-bottom: 12px;
  }
  .abouttab-item {
    margin: 20px 0;
  }
  .abouttab-item h4 {
    font-size: 12px;
  }
  .abouttab-item .t-item {
    padding: 0 0 12px;
  }
  .abouttab-item .icon {
    margin: 24px 0;
  }
  .index-product-grid {
    padding: 1px 0 32px;
  }
  .title {
    margin: 32px 0;
  }
  .index-adv-grid {
    margin: 30px 0 0;
    padding-bottom: 30px;
  }
  .index-adv-grid .adv-list li {
    width: 100%;
  }
  .index-adv-grid .adv-list {
    padding-top: 100px;
  }
  .index-honor-grid .honor-cont {
    display: block;
  }
  .index-honor-grid .honor-left, .index-honor-grid .honor-right {
    width: 100%;
  }
  .index-honor-grid .honor-left {
    margin-bottom: 12px;
  }
  .index-news-grid {
    margin-top: 30px;
  }
  .index-news-grid .news-cont {
    display: block;
  }
  .index-news-grid .news-img, .index-news-grid .news-list {
    width: 100%;
    padding: 0;
  }
  .index-news-grid .news-list .date {
    padding: 10px;
    border-radius: 5px;
  }
  .index-news-grid .news-list li:nth-child(1) {
    padding-top: 12px;
  }
  .index-news-grid .news-list li {
    padding: 12px 0;
  }
  .index-news-grid .news-more {
    margin: 24px 0;
  }
  .footer .f-nav ul li {
    display: none;
    width: 100%;
    max-width: 100%;
  }
  .footer .f-nav ul li:nth-last-child(1) {
    display: block;
  }
  .foot-copy .ipd-20 {
    flex-wrap: wrap;
    text-align: center;
    font-size: 12px;
  }
  .footer-share, p {
    width: 100%;
    justify-content: center;
  }
  .content-left {
    display: none;
  }
  .pro-tabitem li {
    width: 100%;
  }
  .filter-prolist {
    display: none;
  }
  .productny-list li {
    width: 100%;
  }
  .content-product {
    padding: 40px 0;
  }
  .content-right {
    width: 100%;
    margin-left: 0;
    overflow: hidden;
  }
  .compare-box .c-bot {
    display: block;
  }
  .compare-box .c-list .imgshow {
    width: 24px;
    height: 24px;
    margin: 0 auto 10px;
  }
  .compare-box .c-list h4 {
    font-size: 12px;
    margin-left: 0;
    zoom: 0.7;
  }
  .compare-box .c-list .c-item {
    display: block;
    padding-right: 10px;
    text-align: center;
  }
  .compare-box .c-list {
    margin-bottom: 10px;
  }
  .compare-box .c-list .c-item .c-close {
    right: 0;
    top: 0;
  }
  .compare-box .c-list .c-item .c-close .iconfont {
    font-size: 12px;
  }
  .compare-box .c-btn {
    margin: 0;
    text-align: center;
  }
  .prodis-top {
    display: block;
  }
  .prodis-swiper, .prodis-text {
    width: 100%;
    padding: 0;
  }
  .prodis-text .p-links li {
    margin-bottom: 10px;
  }
  .prodis-text .p-links li:nth-last-child(1) {
    width: 100%;
  }
  .prodis-center {
    display: block;
  }
  .prodis-center .p-imglist, .prodis-center .p-table {
    width: 100%;
    box-sizing: border-box;
  }
  .prodis-center .p-imglist {
    margin-bottom: 12px;
  }
  .related-tit {
    margin: 32px 0;
  }
  .ser-info {
    margin: 40px 0 20px;
  }
  .ser-info h3 {
    margin-bottom: 20px;
  }
  .service-tabbox ul {
    display: block;
  }
  .service-tabbox ul li {
    width: 100%;
    box-sizing: border-box;
  }
  .service-tabbox ul li.cur {
    width: 100%;
  }
  .service-tabbox .h-text {
    width: 100%;
    color: #333;
    position: initial;
    display: none;
    box-sizing: border-box;
  }
  .service-tabbox ul .s-item .imgshow {
    display: none;
  }
  .service-tabbox .text {
    position: initial;
    width: 100%;
    box-sizing: border-box;
    margin: 10px 0;
  }
 
  .service-tabbox ul li.cur .text {
    display: block;
  }
  .service-tabbox ul li.cur .h-text {
    display: block;
  }
  .ser-processlist .icon {
    width: 46px;
    height: 46px;
  }
  .ser-processlist .icon .iconfont {
    font-size: 24px;
  }
  .ser-processlist h5 {
    padding: 12px 0;
    font-size: 12px;
  }
  .service-title {
    margin: 30px 0;
  }
  .msg-grid .usedComp {
    width: 100%;
  }
  .ser-solution-info h3 {
    margin: 30px 0 24px;
  }
  .solution-list .s-item {
    display: block;
  }
  .solution-list .imgshow {
    width: 100%;
    margin-bottom: 12px;
  }
  .solution-list .text {
    padding-left: 0;
  }
  .solution-list .text h3 {
    margin-bottom: 10px;
  }
  .solution-list li {
    margin-top: 24px;
  }
  .solution-list li:nth-child(2n) .text {
    padding: 0;
  }
  .service-sendmsg {
    padding: 40px 0;
  }
  .service-sendmsg .msg-tt {
    margin-bottom: 30px;
  }
  .faq-list .act .text {
    font-size: 12px;
  }
  .content-about {
    padding: 30px 0;
  }
  .content-about .about-info .imgshow, .content-about .about-info .text {
    width: 100%;
  }
  .content-about .about-info .info-cont {
    display: block;
  }
  .content-about .about-info .text {
    padding-right: 0;
    margin-top: 12px;
  }
  .about-faclist li {
    padding: 30px 0;
  }
  .about-faclist .f-item {
    display: block;
    border-right: none;
    border-left: none !important;
  }
  .about-faclist .f-item .imgshow, .about-faclist .f-item .text {
    width: 100%;
    padding: 0;
  }
  .about-faclist .f-item .text {
    margin-top: 12px;
  }
  .about-honor .h-item .h-cont {
    display: block;
  }
  .about-honor .h-item .h-cont .imgshow, .about-honor .h-item .h-cont .text {
    width: 100%;
  }
  .about-honor .h-item {
    padding: 20px;
  }
  .about-honor .h-item .h-cont .text {
    padding-left: 0;
    margin-bottom: 12px;
  }
  .about-honor {
    margin-bottom: 30px;
  }
  .job-filters .j-form {
    padding: 12px;
  }
  .job-filters {
    margin: 20px 0 0;
  }
  .job-filters .j-fb .j-ser {
    padding: 0 12px;
  }
  .job-filters .j-row {
    margin-top: 12px;
    display: block;
  }
  .job-filters .j-row .j-cel {
    width: 100%;
  }
  .job-table table td, .job-table table th {
    padding: 10px;
    font-size: 12px;
  }
  .job-table .t-icon .iconfont {
    font-size: 24px;
  }
  .job-table {
    overflow-x: auto;
  }
  .content-job {
    padding-bottom: 30px;
  }
  .content-news {
    margin: 30px 0;
  }
  .newsny-list .n-item {
    display: block;
  }
  .newsny-list .imgshow, .newsny-list .text {
    width: 100%;
  }
  .newsny-list .text {
    padding: 12px;
  }
  .page-box {
    padding: 24px 0;
  }
  .newsny-list li {
    margin-bottom: 12px;
  }
  .content-news-detail .news-right {
    display: none;
  }
  .content-news-detail .news-left {
    width: 100%;
  }
  .content-news-detail {
    margin: 30px 0;
  }
  .news-page {
    display: block;
  }
  .news-page a {
    max-width: 100%;
    margin-bottom: 12px;
  }
  .news-page a.next {
    text-align: left;
    padding-left: 27px;
    padding-right: 0;
  }
  .news-page a.next .iconfont {
    left: 0;
    right: auto;
    transform: rotate(-180deg);
  }
  .content-contact .msg-grid {
    padding: 20px;
    margin-bottom: 30px;
  }
  .content-contact .msg-grid .msg-tt h4 {
    font-size: 24px;
  }
  .content-contact .msg-grid .msg-tt {
    margin-bottom: 24px;
  }
  .compare-grid {
    overflow-x: auto;
  }
  .compare-grid .c-toplist, .compare-grid table {
    min-width: 1000px;
  }
  .compare-grid .c-toplist {
    padding-left: 200px;
  }
  .content-compare {
    margin: 30px 0;
  }
  .cpt-tips .c-search {
    width: 100%;
  }
  .cpt-tips .c-search input {
    box-sizing: border-box;
  }
  .search-list ul li .li-inner .imgshow, .search-list ul li .li-inner .img-text {
    width: 100%;
  }
  .search-list .img-text .t a {
    display: block;
    white-space: initial;
  }

  .index-about-grid .about-flex{
      display: block;
  }
  .mm-listview>li>a{
      text-transform:uppercase;
  }
  .job-dlist ul .w50{
      width: 100%;
  }
  .banner-news-box span{
      font-size:22px !important;
  }
}
.product img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product .img-box {
  display: block;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}
.productny-list h3 {
  margin: 16px 0 0;
  color: #140B0E;
}

.f-20 {
  font-size: 16px;
}
.fbold {
  font-weight: bold !important;
}


#x_category_tag {
  position: relative;
  height: 200px;
  overflow: hidden; /* Ensure the overlay and title don't overflow */
}
#x_category_tag img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensure the image covers the entire box */
}
#x_category_tag .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  transition: background 0.5s ease;
}
#x_category_tag:hover .overlay {
  background: rgba(0, 0, 0, 0.5);
}
#x_category_tag .x_title {
  position: absolute;
  width: 100%;
  bottom: 0%;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  color: white;
  z-index: 1;
  transition: top 0.5s ease;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
  box-sizing: border-box;
  margin:0px;
}

#x_category_tag:hover .x_title {
    top: 50%;
    background-color: transparent;
    padding: 0px;
}
#x_product_list {
    padding:0;
}