/*header start*/
#wpadminbar{
    display: none;
}
html{
    margin-top: 0 !important;
}
.child-box {
  position: fixed;
  left: 0;
  top: 89px;
  width: 100%;
  bottom: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: all 0.3s;
}
.wapshow{
    display: none;
}

.child-box .c-t, .child-box h5 {
  color: #0A74E2;
}

.child-box .c-t {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.child-box .c-t .icon {
  width: 20px;
  height: 20px;
  background: url("../images/left-a.png") no-repeat 50% 50%;
  background-size: cover;
  display: inline-block;
}

.child-box h5 {
  margin: 5.5vh 0 2.5vh;
  position: relative;
}

.child-box h5 .left-arrow {
  position: absolute;
  top: 50%;
  width: 34px;
  height: 13px;
  background: url("../images/nav-arrow.png") no-repeat 50% 50%;
  background-size: cover;
  right: 100%;
  transform: translate(-100%, -50%);
}

.child-box .c-nav a {
  display: flex;
  align-items: center;
  color: #646464;
  font-size: 24px;
  transition: all 0.3s;
  text-transform: capitalize;
}

.child-box .c-nav a:hover {
  color: #0A74E2;
}

.child-box .c-nav .iconfont {
  font-weight: bold;
  margin-right: 12px;
}

.child-box .c-nav li {
  margin-bottom: 10px;
}

.child-box.cur {
  visibility: visible;
  transform: translateX(0);
}

.child-box .child-fade {
  background-color:rgba(0,0,0,0.1);
  position: absolute;
  left: 31%;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}

.child-box .child-wrap {
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  box-sizing: border-box;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.usedComp:nth-child(5){
    width: 48%;
}
.usedComp:nth-child(6){
    width: 48%;
}
.usedComp:nth-child(7){
    width:100%;
}
.usedComp:nth-child(8){
    width:100%;
}
.child-box .child-wrap.cur {
  visibility: visible;
  opacity: 1;
}

.child-box .child-nav-fixed {
  background-color: #FFF;
  padding: 80px 24px 0 8%;
  box-sizing: border-box;
  width: 31%;
  box-shadow:inset 4px 0px 10px 0 #dddddd;
}

#menuWap {
  display: none;
}

.layui-layer-content {
  height: calc(100% - 43px);
}

.layui-layer-content iframe {
  height: 100% !important;
}

.header {
  position: fixed;
  /* position: static;
  top: 0; */
  z-index: 2014;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
}
.header .cur{
  /* background-color: rgba(0, 0, 0, 0.3); */
}
.header_{
	width: 100%;
	height: 80px;
}

.header .pc-nav li a, .header .nav-box .h-tool, .header .lan-box, .header .nav-box .h-ss {
  color: #1A1A1A;
}
.header .lan-box .gtranslate_wrapper .gt_switcher-popup span {
  color: #1A1A1A !important;
}

.header.cur {
  background: #FFFFFF;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
}

.header.cur .pc-nav li a, .header.cur .nav-box .h-tool, .header.cur .lan-box, .header.cur .nav-box .h-ss {
  color: #1A1A1A;
}
.header.cur .pc-nav li:hover a,
.header.cur .pc-nav li.cur a{
  text-shadow: 0 0 1px #1A1A1A, 0 0 1px #1A1A1A;
}
.header .nav-box .logo .logo-d {
  display: none;
}

.header .nav-box .logo .logo-h {
  display: inline-block;
}

.nav-box {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-box .logo {
  flex: 1;
}

.nav-box .logo img {
  width: 75px;
  height: 60px;
  object-fit: cover;
}

.nav-box .logo .logo-h {
  display: none;
}

.nav-box .h-tool {
  flex: 1;
  display: flex;
  align-items: center;
  color: #FFF;
}

.nav-box .h-tool .icon-diqiu {
  font-size: 20px;
}

.nav-box .h-ss {
  color: #FFF;
  margin-right: 30px;
  font-size: 20px;
}

.nav-box .h-ss .iconfont {
  font-weight: 300;
}

.pc-nav {
  width: 100%;
}

.pc-nav ul {
  display: flex;
  justify-content: space-around;
}

.pc-nav li {
  text-align: center;
  position: relative;
}

.pc-nav li .iconfont {
  font-size: 12px;
}

.pc-nav li a {
  padding: 31px 0;
  color: #FFF;
  font-weight: 500;
  text-transform: capitalize;
  display: block;
  transition:all 0.3s;
}

/* .pc-nav li.cur a, */
.pc-nav li:hover a{
  text-shadow: 0 0 1px #fff, 0 0 1px #fff;
}

.pc-nav li:hover .erji {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.pc-nav li .erji {
  position: absolute;
  top: 105%;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  padding: 12px 0;
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
}

.pc-nav li .erji a {
  padding: 5px 0;
  display: block;
}

.pc-nav li .erji a:hover {
  background-color: #0A74E2;
}

.lan-box {
  position: relative;
  cursor: pointer;
  color: #fff;
  z-index: 10;
  margin-left:22px;
}
.lan-box .gt_selector{
    background:transparent;
    border:1px solid  #fff;
    color:#fff;
    border-radius:3px;
}
.lan-box .gtranslate_wrapper .gt_switcher-popup{
    display: flex;
    align-items:center;
    color:#fff;
}
.lan-box .gtranslate_wrapper .gt_switcher-popup span{
    color:#fff !important;
    margin-right: 16px !important;
}
.lan-box .gtranslate_wrapper .gt_switcher-popup img{
    margin-right:5px;
}


.cur .lan-box .gtranslate_wrapper .gt_switcher-popup{
    color:#1A1A1A;
}
.cur .lan-box .gtranslate_wrapper .gt_switcher-popup span{
    color:#1A1A1A !important;
}



.lan-box:hover dd {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.lan-box dt {
  position: relative;
  padding-left: 21px;
}

.lan-box dt em {
  display: block;
  white-space: nowrap;
}

.lan-box dd {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  padding: 12px;
  right: 0;
  top: 90%;
  min-width: 50%;
}

.lan-box dd a {
  font-size: 14px;
  color: #fff;
  display: block;
  padding: 3px 0;
}

.lan-box dd a:hover {
  text-decoration: underline;
}

/*header end*/
/*footer start*/
.webshare {
  margin: 0 0 10px;
}

.webshare a {
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: #FFF !important;
  background: #0A74E2;
  text-align: center;
  margin-right: 12px;
  line-height: 28px;
  transition: all 0.6s;
  transform: translateY(0);
}
.webshare a:hover{
    transform: translateY(-5px);
}
.footer {
  padding: 60px 0 0;
  position: relative;
}

.footer:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url("../images/footer-bg.jpg") no-repeat 50% 50%;
  background-size: cover;
  opacity: 0.2;
  z-index: -1;
}

.footer a {
  color: #fff;
}

.footer h3 {
  font-size: 24px;
  font-weight: 500;
}

.footer p {
  font-size: 16px;
}
.footer-box .f-left .text p{
    font-size:14px;
}
.footer-box .f-left .webshare{
    padding-top:20px;
    text-align: center;
}
.foot-copy p{
    font-size:12px;
}
.footer-box .f-left {
  float: left;
  width: 25%;
}

.footer-box .f-left .f-logo {
  max-width: 134px;
  margin: 0 auto;
}

.footer-box .f-left .f-logo .img-box {
  padding-bottom: 79.85075%;
}
.footer-box .f-left .f-logo .img-box img{
    display: none;
}
.footer-box .f-left .f-logo .img-box .c{
    display: block;
}
.special-footer .footer-box .f-left .f-logo .img-box .w{
    display: block;
}
.special-footer .footer-box .f-left .f-logo .img-box .c{
    display: none;
}

.footer-box .f-left .text {
  color: #666;
  font-size: 14px;
  margin: 12px 0 20px;
}

.footer-box .f-lx dd {
  background-repeat: no-repeat;
  background-position: 0 9px;
  padding-left: 27px;
}

.footer-box .f-lx .mail {
  background-image: url("../images/f-icon1.png");
}

.footer-box .f-lx .tel {
  background-image: url("../images/f-icon2.png");
}

.footer-box .f-lx .add {
  background-image: url("../images/f-icon3.png");
}

.footer-box .f-nav {
  float: right;
  width: 70%;
}

.footer-box .f-nav dd {
  font-size: 14px;
  line-height: 2;
}

.footer-box .f-nav dd a {
  color: #666;
}
.footer-box .f-nav dd i{color:#333;}
.footer-box .f-nav dd a:hover,.footer-box .f-nav dd:hover {
  color: #0A74E2;
}

.footer-box .f-nav dd a .iconfont {
  font-size: 12px;
  margin-right: 12px;
  display: none;
}

.footer-box .f-nav h3 {
  margin-bottom: 20px;
  font-size: 24px;
  text-transform: uppercase;
  color:#333;
}

/*.footer-box .f-nav li {*/
/*  float: left;*/
/*  width: 25%;*/
/*}*/

/*.footer-box .f-nav li:hover {*/
/*  color: #0A74E2;*/
/*}*/

.foot-copy {
  margin-top: 15vh;
  text-align: center;
  padding: 10px 0;
  color: #FFF;
  background-color: #0A74E2;
  font-size: 12px;
}

/*footer end*/
.see-more {
  color: #0A74E2;
  padding: 16px 36px;
  background-color: #FFF;
  border-radius: 10px;
  /*border: 1px solid transparent;*/
  box-sizing: border-box;
  line-height: 1.3;
  display: inline-block;
  transition: all 0.6s;
  transform: translateY(0);
}
.see-more.bor{
     padding: 14px 36px;
    border: 2px solid #0A74E2;
    background-color: transparent;
    color: #0A74E2 !important;
}
.see-more.bor:hover{
      border: 2px solid #0A74E2;
    background-color: transparent !important;
    color: #0A74E2 !important;
}
.see-more.raidus {
  border-radius: 100px;
}

.see-more:hover{
    transform: translateY(-5px);
    color:#0A74E2;
} 
.see-more.cur {
  background-color: #0A74E2;
  color: #FFF;
}

/*轮播图start*/
.banner {
  /*max-width: 1920px;*/
  margin: 0 auto;
  width: 100%;
  background: #FFFFFF;
}

.banner .img-box {
  padding-bottom: 41.66666%;
}
.banner .wap-box .img-box{
    padding-bottom:93%;
}
/* .banner .swiper-button-next {
  right: 5%;
} */

/* .banner .swiper-button-prev {
  left: 5%;
} */

/* .banner .swiper-button-next, .banner .swiper-button-prev {
  background-color: #FFF;
  width: 62px;
  height: 62px;
  border-radius: 50%;

} */
/* .banner .swiper-button-prev{
    background-image:url('../images/learn-more-black.png');
    background-position: center;
    background-size:50%;
    transform: rotate(-180deg);
    background-repeat: no-repeat;
} */
/* .banner .swiper-button-prev:hover{
    background-image:url('../images/learn-more-blue.png');
    transform: rotate(-180deg);
}
.banner .swiper-button-next{
    background-image:url('../images/learn-more-black.png');
    background-position: center;
    background-size:50%;
    background-repeat: no-repeat;
}
.banner .swiper-button-next:hover{
    background-image:url('../images/learn-more-blue.png');
} */
.banner .swiper-button-next:after, .banner .swiper-button-prev:after {
  display: none;
}

.banner .swiper-button-next .iconfont, .banner .swiper-button-prev .iconfont {
  font-size: 24px;
  color: #fff;
/*   display: none; */
}

/* .banner .swiper-button-next:hover .iconfont, .banner .swiper-button-prev:hover .iconfont {
  color: #0A74E2;
} */
.banner .swiper-button-next:hover .iconfont {
    height: 96px;
    background-color: rgba(0,0,0,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    border-radius: 8px 0 0 8px;
	transition:all 0.4s;
}
.banner .swiper-button-prev:hover .iconfont {
    height: 96px;
    background-color: rgba(0,0,0,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    border-radius: 0 8px 8px 0;
    transition:all 0.4s;
}
.banner .see-more {
  margin-top: 7vh;
}

.banner .swiper-slide {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.banner .swiper-slide .video-box {
  width: 100%;
  padding-bottom: 40%;
  position: relative;
  overflow: hidden;
}

.banner .swiper-slide .video-box video {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.banner .bg-box {
  position: relative;
  z-index: 1;
}

.banner .wap-box {
  display: none;
}

.banner .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #FFFFFF;
  opacity: 0.3;
  border-radius: inherit;
  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;
}

.banner .swiper-container-horizontal > .swiper-pagination-bullets,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
  bottom: 20px;
}

.banner .banner-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
  flex-direction: column;
  color: #FFF;
}

.banner .banner-content h4 {
  line-height: 1.2;
}

.banner .banner-content .text {
  padding: 0 3%;
}

.swiper-slide .banner-content {
  transform: translateY(-200px);
  opacity: 0;
  transition: all .6s;
}

.ani-slide .banner-content {
  transform: translateY(0);
  opacity: 1;
}

.inner-banner {
  position: relative;
}

.inner-banner .img-box {
  padding-bottom: 31.25%;
}

.inner-banner .inner-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #FFF;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.1);
}

.inner-banner h3 {
    text-transform: uppercase;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: 0px 3px 6px rgba(0,0,0,0.51);
}

.inner-banner .b-bot {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}

/*轮播图end*/
.crumbs-box {
  padding: 12px 0;
  color: #fff;
  font-weight: 300;
  text-transform: capitalize;
  position: relative;
  /*padding-left: 33px;*/
  font-size:16px;
}



.crumbs-box a {
  color: #fff;
  display: inline-block;
  transition: all 0.4s;
}

.crumbs-box a:hover {
  color: #0A74E2;
}

.crumbs-box i {
  display: inline-block;
  padding: 0 5px;
  color: #fff;
}

/*公共样式定义 start*/
/*例如,统一间距,统一字体,统一大小写,统一最大距离*/
.inner-20 {
  padding: 0 20px;
}

.m-width-content {
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
}

/* 内容区域宽度+40px */
.m-width-1420 {
  max-width: 1420px;
  margin: 0 auto;
}

/*置顶按钮 start*/
#toTop {
  width: 40px;
  height: 40px;
  border-radius:50%;
  right: 20px;
  bottom: 130px;
  position: fixed;
  z-index: 999;
  background: #0A74E2;
}

/*置顶按钮 end*/
/*分页 start*/
.page-box {
  padding: 50px 0 10vh;
  text-align: center;
}

.page-box a.prev, .page-box a.next {
  background-color: transparent !important;
}

.page-box .page-inner {
  display: flex;
  justify-content: center;
}

.page-box .page-inner a,
.page-box .page-inner span {
  display: inline-flex;
  font-size: 14px;
  color: #000;
  margin: 0 5px;
  width: 34px;
  height: 34px;
  line-height: 34px;
  border-radius: 50%;
  justify-content: center;
  background: #ddd;
  transition: all 0.6s;
}
.page-box .page-inner a:hover{
    font-weight: bold;
    color: #fff;
    background-color: #0A74E2;
}
.page-box .page-inner .current {
  font-weight: bold;
  color: #fff;
  background-color: #0A74E2;
}

/*分页 end*/
/*公共样式定义 end*/
.title {
  color: #1A1A1A;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0;
}
.title h2 {
  font-size: 72px;
  font-weight: 600;
  text-transform: capitalize;
}

.title.sm-title {
  justify-content: flex-start;
}

.title .line {
  width: 10px;
  height: 70px;
  background: #0A74E2;
  border-radius: 10px;
  opacity: 1;
  margin-right: 26px;
}
.nolinett-page .title .line{
    display: none;
}
.title .f-46 {
  font-size: 46px;
}

.ny-title {
  color: #1A1A1A;
  margin: 5vh 0;
  display: flex;
  align-items: center;
}

.ny-title h2 {
  font-size: 46px;
  font-weight: 600;
  text-transform: uppercase;
}

.ny-title .line {
  width: 10px;
  height: 70px;
  background: #0A74E2;
  border-radius: 10px;
  opacity: 1;
  margin-right: 26px;
}

.index-product-gird {
  padding: 1px 0;
  position: relative;
  overflow: hidden;
}

.index-product-gird:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(255,255,255,0.8);
  /*background: url("../images/index-pro-bg.png") no-repeat 50% 50%;*/
  background-size: cover;
  opacity: 0.2;
  z-index: 2;
}
.index-product-gird .title ,.index-product-gird .m-width-content{
    position: relative;
    z-index: 3;
}
.index-product-list .p-tag {
  font-weight: 900;
  color: #666;
  writing-mode: vertical-rl;
  /*从右到左的竖直书写模式*/
  flex: 1;
  margin-left: 8%;
  opacity: 0.2;
  position: relative;
  line-height: 1;
  position: absolute;
  right: 0;
  /*bottom: 0;*/
  transform: rotate(180deg);
      top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.index-product-list .text {
  width: 50%;
  box-sizing: border-box;
  /*padding-right: 5%;*/
}

.index-product-list .imgshow {
  width: 50%;
  position: relative;
}

.index-product-list .imgshow .pic-box {
  width: 65%;
  display: inline-block;
}

.index-product-list .imgshow .img-box {
  padding-bottom: 108.60215%;
}

.index-product-list .p-item {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

/*   text-transform: uppercase; */
.index-product-list h3 {
  color: #1A1A1A;
}

.index-product-list dd {
  color: #0A74E2;
  margin-bottom: 6px;
  width: 50%;
  display: flex;
}
.index-product-list dd em{
    flex-shrink: 0;
    margin-right: 4px;
}

.index-product-list .text-p {
  margin: 30px 0 20px;
}

.index-product-list dl {
  display: flex;
  flex-wrap: wrap;
}

.index-product-list .see-more {
  margin-top: 34px;
  min-width: 198px;
  text-align: center;
}
.index-product-list .see-more:nth-child(2){
    margin-left: 15px;
}

.index-product-list li {
  margin-bottom: 0vh;
}
.index-product-list li:nth-child(1) dd:nth-child(odd){
    width:50%;
}
.index-product-list li:nth-child(1) dd:nth-child(even){
    width:50%;
    box-sizing: border-box;
    padding-left:20px;
}
.index-product-list li:nth-child(2n) .p-item {
  flex-direction: row;
}

.index-product-list li:nth-child(2n) .p-tag {
  right: auto;
  left: 0;
  margin-left:0;
}
.index-product-list li:nth-child(2n) .imgshow{
    width:45%;
}
.index-product-list li:nth-child(2n) .imgshow .pic-box{
    width:70%;
}
.index-product-list li:nth-child(2n) .imgshow {
  text-align: right;
}

.index-product-list li:nth-child(2n) .text {
  padding-left: 5%;
  padding-right: 0;
  width:55%;
}
.index-product-list li:nth-child(2) dd:nth-child(odd){
    width:50%;
}
.index-product-list li:nth-child(2) dd:nth-child(even){
    width:50%;
}
.index-product-list .see-more{
    transform: translateY(0);
}
.index-product-list .see-more:hover{
    transform: translateY(-5px);
    background-color:#0A74E2;
    color:#fff;
}
.index-intcow-grid {
  display: flex;
  margin: 10vh 0;
}

.index-intcow-grid .imgshow {
  width: 48%;
  border-radius: 20px;
  overflow: hidden;
  flex-shrink: 0;
  height: 100%;
}

.index-intcow-grid .imgshow .img-box {
  padding-bottom: 71.41026%;
}

.index-intcow-grid .text {
  width: 52%;
  box-sizing: border-box;
  padding-left: 50px;
  color: #1A1A1A;
}

.index-intcow-grid .text h3 {
  margin-bottom: 30px;
}

.index-intcow-grid dl {
  display: flex;
  justify-content: space-between;
  margin: 40px 0 40px;
}

.index-intcow-grid dl dd {
  max-width: 33%;
  display: flex;
  align-items: center;
}

.index-intcow-grid dl .icon {
  flex-shrink: 0;
  width: 68px;
  margin-right: 20px;
}

.index-intcow-grid dl em {
  font-weight: bold;
}

.index-intcow-grid dl p {
  font-weight: 300;
}
.center-listswiper{
    display: none;
}
/*.center-listswiper .c-item {*/
/*    height: 460px;*/
/*    width:100%;*/
/*    position: relative;*/
/*}*/
/*.center-listswiper.c-item .pic{*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*    border-radius:20px;*/
/*    height:100%;*/
/*}*/
/*.center-listswiper .c-item .pic img{*/
/*    width:100%;*/
/*}*/
/*.center-listswiper .c-item .pic .hc-img-box img{*/
/*    border-radius:20px; */
/*}*/
/*.center-listswiper .c-item .text{*/
/*    position: absolute;*/
/*    padding:70px 25px 0;*/
/*    left:0;*/
/*    top:0;*/
/*    box-sizing: border-box;*/
/*    width:100%;*/
/*    height:100%;*/
/*    background:linear-gradient(90deg, #fff, transparent);*/
/*    border-radius:20px;*/
/*}*/

/*.center-listswiper .c-item .text h3{*/
/*    font-weight: 700;*/
/*    font-size: 24px;*/
/*    color: #1A1A1A;*/
/*    text-transform: uppercase;*/
/*}*/
/*.center-listswiper .c-item .text p{*/
/*    transition: all 0.6s;*/
   
/*    margin-top:30px;*/
/*    font-weight: 400;*/
/*    font-size: 18px;*/
/*    color: #1A1A1A;*/
/*}*/


.center-list {
  overflow: hidden;
}

.center-list .imgshow img{
  width: 100%;
}

.center-list li{
  width: calc(22% - 16.5px);
  float:left;
  margin-left:22px;
  transition: all 0.6s;
  border-radius:20px;   
}
.center-list li:nth-child(1){
    margin-left:0;
}
.center-list li.cur{
    width:calc(34% - 16.5px);
}
.center-list .c-item {
    height:460px;
    width:100%;
    position: relative;
}
.center-list .c-item .pic{
    position: relative;
    overflow: hidden;
    border-radius:20px;
    height:100%;
}
.center-list .c-item .pic .hc-img-box{
    position: absolute;
    right:0;
    top:0;
}
.center-list .c-item .pic .hc-img-box img{
    border-radius:20px; 
}
.center-list .c-item .text{
    position: absolute;
    padding:70px 25px 0;
    left:0;
    top:0;
    box-sizing: border-box;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.3);
    border-radius:20px;
    transition: all 0.6s;
}
.center-list .cur .c-item .text{
    background:rgba(0,0,0,0.5);
}
.center-list .c-item .text h3{
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
}
.center-list .c-item .text p{
    transition: all 0.6s;
    opacity:0;
    visibility: hidden;
    transform: translateY(10%);
    margin-top:30px;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
}
.center-list .cur .c-item .text p{
    opacity:1;
    visibility: visible;
    transform: translateY(0);
}
.index-center-grid {
  padding: 5vh 0;
  position: relative;
}

.index-center-grid .wap-list{
    display: none;
}
.qualifi-swiper .swiper-wrapper{
    height:auto;
}
.index-center-grid:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url("../images/index-cen-bg.jpg") no-repeat 50% 50%;
  background-size: cover;
  opacity: 0.3;
  z-index: -1;
}

.index-solu-grid .solu-cont {
  /*margin-bottom: 60px;*/
  display: flex;
  flex-direction: row-reverse;
}

.index-solu-grid .solu-cont .imgshow {
  width: 50%;
  /* border-radius: 20px; */
  overflow: hidden;
  flex-shrink: 0;
  height: 100%;
}

.index-solu-grid .solu-cont .text {
  width: 50%;
  box-sizing: border-box;
  padding-right: 5%;
  background: url("../images/index-solu-left.png") no-repeat;
}
.index-solu-grid .solu-cont .text .hc-t{
  flex-shrink: 0;
  color: #0A74E2;
  font-size: 26px;
  font-weight: bold;
  margin-bottom:20px;
}
.index-solu-grid .solu-cont .text .hc-text{
    
}
.index-solu-grid .solu-cont .text li {
  font-size: 16px;
  color: #1A1A1A;
  margin-bottom: 12px;
}
.index-solu-grid .news-more-bt{
    text-align: left;
}
.index-solu-grid .solu-cont .text li p {
  display: flex;
  align-items: baseline;
}

.index-solu-grid .solu-cont .text li em {
  flex-shrink: 0;
  color: #0A74E2;
  font-size: 26px;
  font-weight: bold;
}
.index-solu-grid{
    padding-bottom: 40px;
}
.index-solu-grid .imgshow .img-box{
  padding-bottom: 56.05%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.rll-youtube-player {
  position: initial!important;
  padding-bottom: 0%!important;
  height: 0!important;
  overflow: hidden!important;
  max-width: 100%!important;
}
.video-box .video-player-dimensions.vjs-fluid:not(.vjs-audio-only-mode) {
  padding-top: 46.05%;
}

.video-box .video-js .vjs-big-play-button {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 84px;
  height: 84px;
  border-radius: 50%;
  border: none;
  background: none;
  background-image: url("../images/play-h.png");
  opacity:0.5;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transition: all 0.6s;
}
.video-box .video-js .vjs-big-play-button:hover{
    opacity:1;
}

.video-box .video-js .vjs-big-play-button .vjs-icon-placeholder {
  display: none;
}

.qualifi-swiper .q-item {
  background: #FFFFFF;
  border-radius: 10px;
  opacity: 1;
  border: 2px solid #DEDEDE;
  transition: all 0.3s;
}
.qualifi-swiper .swiper-slide{
    width: 20%;
    padding-top: 5px;
    box-sizing: box-sizing;
}
.qualifi-swiper .q-item:hover{
    transform: translateY(-5px);
}
.qualifi-swiper .q-item .q-pic {
  width: 140px;
  margin: 0 auto;
}

.index-qualifi-grid {
  background: url("../images/index-map.png") no-repeat 50% 100%;
  padding: 1px 0 25vh;
}

.index-qualifi-grid .title {
  margin-bottom: 10px;
}

.index-qualifi-grid .sub-tt {
  color: #1A1A1A;
  font-size: 16px;
  /*font-weight: bold;*/
  margin-bottom: 5vh;
  text-align: center;
}

.index-news-grid {
  margin-bottom: 14vh;
}

.index-news-grid .title {
  margin-top: 0;
}

.index-news-list ul {
  margin: 0 -19px;
  display: flex;
  flex-wrap: wrap;
}
.index-news-list .swiper-slide{
    height: auto;
}
.index-news-list .imgshow img {
  width: 100%;
}

.index-news-list li {
  width: 33.33%;
  padding: 0 19px;
  box-sizing: border-box;
}

.index-news-list .n-item {
  display: flex;
  border-radius: 20px;
  overflow: hidden;
  background-color: #F8F8F8;
  position: relative;
  box-sizing: border-box;
  height: 100%;
  flex-direction: column;
}

.index-news-list .n-item:hover:after {
  height:11px;
}

.index-news-list .n-item:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height:0;
  background-color: #0A74E2;
  transition: all 0.3s;
  width:100%;
}

.index-news-list .n-item-home:after {
  background-color: transparent;
}

.n-item-home:hover .h-cont2 {
  opacity: 1;
  visibility: visible;
}
.n-item-home .h-cont2 {
  visibility: hidden;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  color: #FFF;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: rgba(33, 33, 33, 0.8);
  transition: all 0.3s;
}
.n-item-home .h-cont2 .h-tp {
  margin: 24px 0 20px;
  padding-right: 30%;
}
.n-item-home .h-cont2 .h-line {
  height: 1px;
  background-color: #FFF;
  margin-bottom: 16px;
  width: 100%;
}
.n-item-home .h-cont2 .h-date {
  text-align: right;
}
.n-item-home .h-cont2 .h-num {
  text-align: right;
}
.n-item-home .h-cont2 .h-date span {
  display: block;
}
.quality-swiper{
  position: relative;
  padding: 0 100px;
  margin-bottom: 70px;
}
.quality-swiper .quality-item {
  opacity: 1;
  width: 200px;
  height: 260px;
  margin: 0 auto;
}
.quality-swiper .quality-img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1700px) {
  .quality-swiper .swiper-button-next {
    margin-right: 0;
  }
  .quality-swiper .swiper-button-prev {
    margin-left: 0;
  }
  .pro-indlist .d-item .h-text h3 .h-num {
    font-size: 60;
  }
}
@media screen and (max-width:1000px) {
  .quality-swiper .swiper-button-next,
  .quality-swiper .swiper-button-prev {
    width: 32px;
    height: 32px;
  }
  .quality-swiper {
    position: relative;
    padding: 0 0px;
    margin-bottom: 20px;
  }
  .header_{
    height: 0px;
  }
}
.quality-swiper .swiper-button-next,
.quality-swiper .swiper-button-prev {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #f0f0f0;
  background-image: none;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0A74E2;
  transition: all 0.4s;
  --swiper-navigation-size: 20px;
}

.index-news-list .img-box {
  padding-bottom: 59.31034%;
}

.index-news-list .date {
  font-weight: 300;
  color: #646464;
  font-size: 16px;
  margin: 12px 0;
}

.index-news-list .text {
  padding: 20px 24px 45px;
  display: flex;
  flex-direction:column;
  justify-content: space-between;
  box-sizing: box-sizing;
  flex: 1;
  height: 10%;
}

.index-news-list h3 {
  font-weight: 600;
  color: #1A1A1A;
  word-break:break-word;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	overflow:hidden;
}

.index-news-list p {
  color: #1A1A1A;
  font-weight: 300;
  font-size: 16px;
  margin: 6px 0 32px;
  word-break:break-all;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	overflow:hidden;
}

.index-news-list .learn-more {
  color: #0A74E2;
  display: inline-block;
  background: url("../images/arrow.png") no-repeat 100% 50%;
  padding-right: 44px;
  font-weight: 500;
  max-width:100px;
  width:fit-content;
}

.index-message-grid {
  background: url("../images/msg-bg.png") no-repeat;
  background-size: cover;
  padding: 9vh 0;
}

.index-message-grid .msg-grid {
  display: flex;
}

.index-message-grid .imgshow {
  width: 45%;
  border-radius: 20px;
  overflow: hidden;
}

.index-message-grid .imgshow .img-box {
  padding-bottom: 96.6%;
}

.index-message-grid .text {
  width: 55%;
  box-sizing: border-box;
  padding-left: 5%;
}

.index-message-grid .usedComp input {
  border-radius: 10px;
  height: 50px;
  background: rgba(9, 93, 183, 0.06);
}

.index-message-grid .usedComp textarea {
  border-radius: 10px;
  background: rgba(9, 93, 183, 0.06);
}

.index-message-grid #xhlFormSubmit {
  margin-top: 0px;
  background-color: #0A74E2;
  margin-left: 0;
  font-size: 18px;
  text-transform: capitalize;
  width: 150px;
  height: 50px;
  line-height: 50px;
  transition: all 0.6s;
  transform: translateY(0);
}
.index-message-grid #xhlFormSubmit:hover{
    transform: translateY(-5px);
}
.msg-title {
  color: #0A74E2;
  margin-bottom: 20px;
}

.msg-title h2 {
  color: #1A1A1A;
  text-transform: uppercase;
  font-weight: 600;
}

.pro-item {
  margin: 5vh 0;
}

.pro-item dl {
  display: flex;
}
@media (max-width:768px){
    .pro-item dl {
      justify-content: initial !important;
    }
}

.pro-item dl a {
  display: flex;
  align-items: center;
  color: #0A74E2;
  background:#F2F2F2;
  font-weight: 300;
  padding: 10px 25px;
  border-radius: 100px;
  transition: all 0.3s;
}

.pro-item dl dd {
  position: relative;
  margin: 0 15px;
}

.pro-item dl .p-icon {
    display: inline-block;
    width:51px;
    height:51px;
    position: relative;
    margin-right:15px;
}
.pro-item dl .p-icon .m{
    position: relative;
}
.pro-item dl .p-icon .h{
    position: absolute;
    left:0;
    opacity:0;
    top:0;
}
.pro-item dl .p-icon img {
  max-width: 100%;
  height:auto;
}

.pro-item dl dd:hover a,
.pro-item dl .cur a {
  background-color: #0A74E2;
  color: #FFF;
}
.pro-item dl dd:hover a .h,
.pro-item dl .cur a  .h{
    opacity:1;
}
.product-list ul {
  margin: 0 -33px;
  display: flex;
  flex-wrap: wrap;
}

.product-list .imgshow img {
  width: 100%;
}

.product-list li {
  width: 25%;
  padding: 0 33px;
  box-sizing: border-box;
}

.product-list .p-item {
  border: 2px solid #E9E9E9;
  border-radius: 20px;
  overflow: hidden;
  box-sizing: border-box;
  transition: all 0.4s;
  margin-bottom: 33px;
  display: block;
}

.product-list .p-item:hover {
  border-color: #0A74E2;
}

.product-list .p-item:hover .text {
  border-color: #0A74E2;
  color: #0A74E2;
}

.product-list .p-item:hover .text .learn-more {
  background-image: url("../images/arrow.png");
}

.product-list .text {
  padding: 24px;
  color: #B4B4B4;
  font-weight: 500;
  border-top: 2px solid #E9E9E9;
  transition: all 0.3s;
}

.product-list h3 {
  font-weight: 500;
  white-space: nowrap; 

  overflow: hidden;
  text-overflow:ellipsis;
}

.product-list .learn-more {
  margin-top: 6px;
  display: inline-block;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-image: url("../images/arrow-d.png");
  padding-right: 45px;
  transition: all 0.2s;
}

.prodis-cont {
  margin: 11vh 0 0;
}

.prodis-cont .text {
  float: right;
  width: 45%;
  box-sizing: border-box;
  padding-left: 5%;
  color: #1a1a1a;
}

.prodis-cont .text h3 {
  font-weight: bold;
}

.prodis-cont .text-p {
  margin: 24px 0;
  font-size: 16px;
  font-weight: 300;
}

.prodis-cont dd {
  font-weight: 300;
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  color: #646464;
}
.prodis-cont dd em{
    font-weight: 500;
}
.prodis-cont dd:after {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #646464;
  opacity: 0.5;
}

.prodis-cont .links {
  margin-top: 4vh;
}

.prodis-cont .links ul {
  display: flex;
  flex-wrap: wrap;
}

.prodis-cont .links ul li {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 12px;
}

.prodis-cont .links ul li:nth-child(2n) {
  margin-right: 0;
}

.prodis-cont .links a {
  display: block;
  border: 2px solid #0A74E2;
  border-radius: 10px;
  padding: 12px;
  text-align: center;
}

.prodis-cont .links a:hover {
  transition: all 0.4s;
}

.prodis-cont .links a:hover, .prodis-cont .links a.cur {
  background-color: #0A74E2;
  color: #FFF;
}

.prodis-swiper {
  float: left;
  width: 55%;
  box-sizing: border-box;
  display: flex;
  flex-direction: row-reverse;
  position: relative;
}

.prodis-swiper .gallery-top {
  width: calc(100% - 160px);
  border: 2px solid #E9E9E9;
  box-sizing: border-box;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.prodis-swiper .gallery-top img{
    border-radius:20px;
}
.prodis-swiper .gallery-top .img-box2{
    border-radius:20px;
}
.prodis-swiper .gallery-top .img-box {
  padding-bottom: 85.83106%;
}

/*.prodis-swiper .gallery-top img{*/
/*    width: 420px;*/
/*    height: 360px;*/
/*}*/
.prodis-swiper .gallery-top .icon-yulan {
  position: absolute;
  color: #B4B4B4;
  top: 20px;
  right: 20px;
  font-size: 24px;
  z-index: 2;
  cursor: pointer;
}

.prodis-swiper .gallery-top .icon-yulan:hover {
  color: #0A74E2;
}

.prodis-swiper .gallery-top .swiper-button-next {
  right: 5%;
}

.prodis-swiper .gallery-top .swiper-button-prev {
  left: 5%;
}

.prodis-swiper .gallery-top .swiper-button-next, .prodis-swiper .gallery-top .swiper-button-prev {
  background-color: rgba(0, 0, 0, 0.2);
  width: 38px;
  height: 38px;
  border-radius: 50%;
}

.prodis-swiper .gallery-top .swiper-button-next:after, .prodis-swiper .gallery-top .swiper-button-prev:after {
  display: none;
}

.prodis-swiper .gallery-top .swiper-button-next .iconfont, .prodis-swiper .gallery-top .swiper-button-prev .iconfont {
  font-size: 16px;
  color: #fff;
}

.prodis-swiper .gallery-top .swiper-button-next:hover, .prodis-swiper .gallery-top .swiper-button-prev:hover {
  background-color: #0A74E2;
}

.prodis-swiper .gallery-thumbs {
  position: absolute;
  left: 0;
  top: 0;
  width: 150px;
  height: 100%;
}

.prodis-swiper .gallery-thumbs .swiper {
  height: 100%;
}

.prodis-swiper .gallery-thumbs .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.prodis-swiper .gallery-thumbs .swiper-slide img{
    border-radius:10px;
}
.prodis-swiper .gallery-thumbs .swiper-slide .img-box:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.prodis-swiper .gallery-thumbs .swiper-slide.swiper-slide-thumb-active .img-box:after {
  display: none;
}

.prodis-swiper .gallery-thumbs .img-box {
  padding-bottom: 0;
  height: 100%;
}

.keyfeatures-cont {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.keyfeatures-cont .swiper-button-next {
  right: 5%;
}

.keyfeatures-cont .swiper-button-prev {
  left: 5%;
}

.keyfeatures-cont .swiper-button-next, .keyfeatures-cont .swiper-button-prev {
  background-color: rgba(0, 0, 0, 0.2);
  width: 38px;
  height: 38px;
  border-radius: 50%;
}

.keyfeatures-cont .swiper-button-next:after, .keyfeatures-cont .swiper-button-prev:after {
  display: none;
}

.keyfeatures-cont .swiper-button-next .iconfont, .keyfeatures-cont .swiper-button-prev .iconfont {
  font-size: 16px;
  color: #fff;
}

.keyfeatures-cont .swiper-button-next:hover, .keyfeatures-cont .swiper-button-prev:hover {
  background-color: #FFF;
}

.keyfeatures-cont .swiper-button-next:hover .iconfont, .keyfeatures-cont .swiper-button-prev:hover .iconfont {
  color: #0A74E2;
}

.keyfeatures-cont .text {
  width: 50%;
  color: #1A1A1A;
  box-sizing: border-box;
  padding-right: 5%;
}

.keyfeatures-cont .text h3 {
  margin-bottom: 24px;
}

.keyfeatures-cont .imgshow {
  width: 50%;
  position: relative;
}

.keyfeatures-cont .imgshow .gallery-top2 {
  width: calc(100% - 160px);
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  border:1px solid  #ccc;
}
.keyfeatures-cont .imgshow .gallery-top2 img{border-radius:20px}
.keyfeatures-cont .imgshow .gallery-top2 .top-btns {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  padding-bottom: 30px;
}

.keyfeatures-cont .imgshow .gallery-top2 .top-btns .iconfont {
  width: 32px;
  height: 32px;
  background-color: #f9f9f9;
  color: #646464;
  margin: 0 25px;
  border-radius: 50%;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  line-height:32px;
  cursor: pointer;
}

.keyfeatures-cont .imgshow .gallery-thumbs2 {
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  width: 150px;
}

.keyfeatures-cont .imgshow .gallery-thumbs2 .img-box {
  height: 100%;
  padding-bottom: 0;
}

.keyfeatures-cont .imgshow .gallery-thumbs2 .swiper {
  height: 100%;
}

.keyfeatures-cont .imgshow .gallery-thumbs2 .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.keyfeatures-cont .imgshow .gallery-thumbs2 .swiper-slide .img-box:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.keyfeatures-cont .imgshow .gallery-thumbs2 .swiper-slide.swiper-slide-thumb-active .img-box:after {
  display: none;
}

.p-table {
  border-radius: 20px;
  border: 1px solid #D9D9D9;
  overflow: hidden;
}

.p-table table {
  width: 100% !important;
}

.p-table table th, .p-table table td {
  border: 1px solid #D9D9D9;
  text-align: center;
  border-top: none;
  border-bottom: none;
}

.p-table th ,.p-table tbody tr:nth-child(1) td{
  background-color: rgba(22, 87, 161, 0.1);
  color: #0A74E2;
  padding: 20px 10px;
  line-height: 1.3;
}

.p-table th:nth-child(1) {
  border-left: none;
}

.p-table th:nth-last-child(1) {
  border-right: none;
}

.p-table td {
  padding: 10px;
    background-color: rgba(180, 180, 180, 0.1);
}

.p-table td:nth-child(1) {
  border-left: none;
}

.p-table td:nth-last-child(1) {
  border-right: none;
}

.p-table tr:nth-child(2n) td{
  background-color: #FFF;
}

.literature-cont ul {
  margin: 0 -13px;
  display: flex;
  flex-wrap: wrap;
}

.literature-cont .imgshow img {
  width: 100%;
}

.literature-cont li {
  width: 50%;
  padding: 0 13px;
  box-sizing: border-box;
}

.literature-cont .l-item {
  background: #FFFFFF;
  box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.09);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 30px;
  margin-bottom: 16px;
  color: #1A1A1A;
  cursor: pointer;
  transition: all 0.3s;
}

.literature-cont .l-item:hover {
  color: #0A74E2;
}

.literature-cont h3 {
  font-weight: 500;
  width: 100%;
}

.literature-cont h3 .iconfont {
  font-size: 22px;
  margin-left: 38px;
  font-weight:bold;
}

.literature-cont .icon {
  flex: 1;
}

.product-related {
  padding-bottom: 50px;
}

.news-item {
  margin: 0 0 40px;
  position: relative;
  text-align: center;
  justify-content: center;
}
.news-item.hc-news-item{
    margin-top:40px;
}
.news-item a {
  color: #0A74E2;
  border: 1px solid #0A74E2;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 100px;
  min-width: 180px;
  box-sizing: border-box;
  margin-right: 20px;
  text-align: center;
    text-transform: capitalize;
}

.news-item a.cur {
  background-color: #0A74E2;
  color: #FFF;
}

.news-item .slot-right {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.content-news .index-news-list li {
  margin-bottom: 34px;
}

.left-menu-title {
  display: flex;
  align-items: center;
  color: #1A1A1A;
  text-transform: uppercase;
  margin-bottom: 6vh;
}

.left-menu-title .line {
  width: 10px;
  height: 60px;
  border-radius: 10px;
  background-color: #0A74E2;
  margin-right: 24px;
}

.content-news-detail {
  margin: 11vh 0 9vh;
}

.content-left {
  float: left;
  width: 32%;
}

.content-right {
  width: 63%;
  float: right;
}

.left-menu-list li {
  margin-bottom: 34px;
}

.left-menu-list .m-item {
  display: flex;
  align-items: center;
  border: 1px solid #646464;
  color: #646464;
  padding: 20px 24px;
  border-radius: 10px;
}
.left-menu-list .m-item:hover,
.left-menu-list .act .m-item{
    border: 1px solid #0A74E2;
}
.left-menu-list .m-item h3 {
  width: 100%;
  text-transform: capitalize;
}

.left-menu-list .m-item .iconfont {
  flex: 1;
  transition: all 0.4s;
}

.left-menu-list .act .m-child {
  display: block;
}
.left-menu-list li:hover h3,
.left-menu-list .act .iconfont,
.left-menu-list li:hover .iconfont,
.left-menu-list .act h3 {
  color: #0A74E2;
}

.left-menu-list .act .m-item .iconfont {
  transform: rotate(-180deg);
}

.left-menu-list .cur h3 {
  color: #0A74E2;
}

.left-menu-list .cur .m-item .iconfont {
  transform: rotate(-180deg);
}

.left-menu-list .m-child {
  display: none;
  padding: 10px 0 30px;
}

.left-menu-list .m-child a {
  color: #646464;
  display: block;
  padding: 20px 0;
  transition: all 0.4s;
}

.left-menu-list .m-child a:hover {
  color: #1a1a1a;
  text-shadow:0 0 1px #1a1a1a, 0 0 1px #1a1a1a;
}

.left-menu-list .m-child dd {
  border-bottom: 1px solid #B4B4B4;
}

.left-menu-list .m-child .iscur a {
  color: #1a1a1a;
  font-weight: 600;
}

.left-contact {
  background: url("../images/left-con-bg.png") no-repeat 50% 50%;
  background-size: cover;
  color: #FFF;
  padding: 34px 34px 46px;
  position: relative;
}

.left-contact:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.left-contact .msg-grid {
  position: relative;
  z-index: 2;
}

.left-contact h3 {
  text-align: center;
  margin-bottom: 24px;
}

.left-contact .usedComp label {
  color: #FFF;
}

.left-contact .usedComp input, .left-contact .usedComp textarea {
  border-radius: 10px;
}

.left-contact #xhlFormSubmit {
  background-color: #0A74E2;
  text-transform: capitalize;
}

.news-tt {
  color: #1a1a1a;
}

.news-tt .date {
  color: #000;
}

.news-tt .date .iconfont {
  font-size: 20px;
}

.news-tt .n-subt {
  display: flex;
  align-items: center;
  margin: 12px 0 5vh;
}

.news-tt .n-share {
  margin-left: 60px;
}

.news-tt .n-share a {
  display: inline-block;
  margin-right: 10px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  text-align: center;
  line-height: 24px;
  background-color: #0A74E2;
  color: #FFF;
}

.news-tt .n-share a .iconfont {
  font-size: 14px;
}

.newsd-text {
  color: #1a1a1a;
}

.newsd-text img {
  max-width: 100%;
  height: auto;
  margin: 20px 0;
  margin-right: 5px;
}

.news-page {
  border-top: 1px solid #E9E9E9;
  padding: 12px 0 0;
  margin: 32px 0;
}

.news-page a {
  display: block;
  color: #1a1a1a;
  font-weight: 300;
  margin-bottom: 8px;
}

.news-page a label {
  font-weight: 400;
  padding-right: 5px;
}

.news-page a:hover {
  color: #0A74E2;
}

.solu-list {
  padding: 11vh 0 1px;
}

.solu-list ul {
  margin: 0 -22px;
  display: flex;
  flex-wrap: wrap;
}

.solu-list .imgshow img {
  width: 100%;
}

.solu-list li {
  width: 33.33%;
  padding: 0 22px;
  box-sizing: border-box;
}

.solu-list h3 {
  color: #1A1A1A;
}

.solu-list .img-box {
  padding-bottom: 84.89066%;
}

.solu-list .s-item {
  display: block;
}

.solu-list .s-item:hover .imgshow:after {
  opacity: 1;
  visibility: visible;
}

.solu-list .imgshow {
  position: relative;
}

.solu-list .imgshow .img-box {
  border-radius: 20px;
  overflow: hidden;
}
.solu-list .imgshow .img-box:after{
    content: '';
    width: 100%;
    height: 100%;
    z-index:2;
    position: absolute;
    left:0;
    top:0;
    background: #1A1A1A;
    border-radius: 20px 20px 20px 20px;
    opacity: 0.3;
    transition: all 0.4s;
}
.solu-list .imgshow:hover .img-box:after{
    opacity:0;
}

.solu-list .text {
  text-align: center;
  padding:30px 0 46px;
}

.solu-list .text h3 {
  margin-bottom: 20px;
}

.solu-list li {
  margin-bottom: 60px;
}

.solu-tabitem {
  border: 1px solid #E9E9E9;
  border-radius: 20px;
  overflow: hidden;
  color: #0A74E2;
  margin: 11vh 0 0;
}

.solu-tabitem .img-h {
  display: none;
}

.solu-tabitem a {
  color: #7d7d7d;
  display: block;
}

.solu-tabitem .icon img {
  width: 104px;
  height: 88px;
  object-fit: cover;
}

.solu-tabitem h4 {
  font-weight: bold;
  font-size: 16px;
  margin-top: 16px;
}

.solu-tabitem .cur {
  /*background-color: #0A74E2;*/
  color: #0A74E2;
}

.solu-tabitem .cur .img-d {
  display: none;
}

.solu-tabitem .cur .img-h {
  display: inline-block;
}

.solu-tabitem .cur a {
  color: #0A74E2;
}

.solu-tabitem dl {
  display: flex;
}

.solu-tabitem dl dd {
  box-sizing: border-box;
  border-right: 1px solid #E9E9E9;
  width: 16.66%;
  text-align: center;
  padding: 30px 10px;
  box-sizing: border-box;
}

.solu-tabitem dl dd:nth-last-child(1) {
  border: none;
}

.solu-advanced {
  color: #1A1A1A;
}

.adv-toplist {
  margin: 32px 0 62px;
  /*overflow: hidden;*/
}

.adv-toplist ul {
  margin: 0 -50px;
  display: flex;
  flex-wrap: wrap;
}

.adv-toplist .imgshow img {
  width: 100%;
}

.adv-toplist li {
  width: 50%;
  padding: 0 50px;
  box-sizing: border-box;
}

.adv-toplist .r-t {
  color: #646464;
}

.adv-toplist .a-item {
  display: flex;
  padding: 30px 50px;
  box-sizing: border-box;
  height: 100%;
  align-items: center;
  background: #F8f8f8;
  /*box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.09);*/
  border-radius: 20px;
  transition: all 0.4s;
}

.adv-toplist .a-item .icon {
  margin-right: 24px;
  width: 68px;
  flex-shrink: 0;
}

.adv-toplist .line {
  width: 50px;
  height: 2px;
  background: #B4B4B4;
  margin: 6px 0 12px;
}
.solu-advlist{
    padding-bottom:60px;
}
.solu-advlist ul {
  margin: 0 -23px;
  display: flex;
  flex-wrap: wrap;
}

.solu-advlist .imgshow img {
  width: 100%;
}

.solu-advlist li {
  width: 33.33%;
  padding: 0 23px;
  box-sizing: border-box;
}

.solu-advlist .s-item {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 40px;
}
.solu-advlist .s-item h4{
    text-transform: capitalize;
}

.solu-advlist .s-item:hover .text {
  opacity: 0;
  transform: translateY(100%);
}
.solu-advlist .s-item:hover .text-h{
    opacity:1;
    transform: translateY(0);
} 
.solu-advlist .s-item:hover .h-text {
  opacity: 0;
  visibility: hidden;
}

.solu-advlist .imgshow .img-box {
  padding-bottom: 84.89066%;
}

.solu-advlist .text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  transform: translateY(0);
  opacity:1;
  background-color: rgba(26, 26, 26, 0.4);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #FFF;
  transition: all 0.3s;
}
.solu-advlist .text-h{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  transform: translateY(100%);
  opacity:0;
  background-color: rgba(26, 26, 26, 0.4);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #FFF;
  transition: all 0.3s;
}
.solu-advlist .text h3 {
  font-weight: 500;
  text-transform: capitalize;
}

.solu-advlist .text .icon {
  width: 100px;
  /*height: 150px;*/
  background: #FFFFFF;
  border-radius: 50%;
  display: block;
  box-sizing: border-box;
  padding: 30px;
  margin-bottom: 20px;
}
.solu-advlist .text-h .icon {
  width: 100px;
  /*height: 150px;*/
  background: #FFFFFF;
  border-radius: 50%;
  display: block;
  box-sizing: border-box;
  padding: 30px;
  margin-bottom: 20px;
}

.solu-advlist .h-text {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #0A74E2;
  color: #FFF;
  text-align: center;
  padding: 8px;
  transition: all 0.3s;
  opacity: 1;
  visibility: visible;
  display: none;
}

.solu-advlist .h-text h3 {
  font-weight: bold;
}

.solu-solution2 {
  margin: 4vh 0 0;
}

.solu-teamlist .t-item {
  border: 1px solid #0A74E2;
  border-radius: 0 30px 30px 0;
  margin-left: 74px;
  padding: 44px 44px 44px 124px;
}

.solu-teamlist li {
  position: relative;
  margin-bottom: 50px;
}

.solu-teamlist .icon {
  width: 148px;
  height: 148px;
  background-color: #0A74E2;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.solu-teamlist .icon .img-pic {
  width: 92px;
}

.solu-teamlist h3 {
  margin-bottom: 12px;
  color: #0A74E2;
}

.philoshop-list {
  padding-bottom: 50px;
}

.philoshop-list ul {
  margin: 0 -26px;
  display: flex;
  flex-wrap: wrap;
}

.philoshop-list .imgshow img {
  width: 100%;
}

.philoshop-list li {
  width: 50%;
  padding: 0 26px;
  box-sizing: border-box;
}

.philoshop-list .img-box {
  padding-bottom: 54.26357%;
}

.philoshop-list .w100 {
  width: 100%;
}

.philoshop-list .w100 .img-box {
  padding-bottom: 26.25%;
}

.philoshop-list .imgshow {
  border-radius: 20px;
  overflow: hidden;
}

.philoshop-list .p-item {
  overflow: hidden;
  position: relative;
  cursor: pointer;
  border-radius: 20px;
  margin-bottom: 52px;
}

.philoshop-list .p-item:hover .text {
  transform: translateY(100%);
}

.philoshop-list .p-item:hover .h-text {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.philoshop-list .text, .philoshop-list .h-text {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  color: #FFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px;
  text-align: center;
  transition: all 0.4s;
  text-transform: capitalize;
}
.philoshop-list .text, .philoshop-list .h-text p{
    text-transform:math-auto;
}
.philoshop-list .h-text {
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
  transition-delay: 0.2s;
}

.philoshop-list .h-text h3 {
  margin-bottom: 30px;
}

.solu3-tit {
  color: #1A1A1A;
  margin: 40px 0 24px;
  text-transform: capitalize;
}

.solu3-testlist .img-box {
  padding-bottom: 55.48217%;
}

.solu3-testlist .imgshow {
  overflow: hidden;
  border-radius: 30px;
  width: 48%;
}

.solu3-testlist .t-item {
  display: flex;
  align-items: center;
}

.solu3-testlist .t-item .text {
  width: 52%;
  box-sizing: border-box;
  padding-left: 3%;
}

.solu3-testlist .t-item h3 {
  margin-bottom: 24px;
  text-transform: capitalize;
}

.solu3-testlist li {
  margin-top: 24px;
}

.solu3-testlist li:nth-child(2n) {
  padding: 46px 0;
  background-color: #F8F8F8;
}

.solu3-testlist li:nth-child(2n) .t-item {
  flex-direction: row-reverse;
}

.solu3-testlist li:nth-child(2n) .t-item .text {
  padding-left: 0;
  padding-right: 3%;
}

.solu3-video {
  background: url(../images/pexels-gdtography.jpg) no-repeat center;
  background-size: cover;
  padding: 1px 0 64px;
  margin: 13vh 0 0;
}

.solu3-video .video-box {
  max-width: 838px;
  border-radius: 20px;
  overflow: hidden;
  margin: 0 auto;
}
.solu3-video .video-box .iframe-box{
    padding-bottom:50.199%;
    position: relative;
    overflow: hidden;
}
.solu3-video .video-box .iframe-box iframe{
    width:100%;
    height:100%;
    position: absolute;
    left:0;
    top:0;
}
.solu3-video .video-box .video-player-dimensions.vjs-fluid:not(.vjs-audio-only-mode) {
  padding-top: 50.199%;
}

.solu-solution4 {
  padding: 0 0 0;
  color: #1a1a1a;
}

.solu4-honorlist ul {
  margin: 0 -46px;
  display: flex;
  flex-wrap: wrap;
}

.solu4-honorlist .imgshow img {
  width: 100%;
}

.solu4-honorlist li {
  width: 25%;
  padding: 0 46px;
  box-sizing: border-box;
}

.solu4-honorlist .img-box {
  padding-bottom: 134.13897%;
}
.solu4-honorlist li .img-tit{
    text-align: center;
    padding:10px 0;
}
.solu4-honorlist li {
  margin-top: 24px;
}

.solu5-list .img-box {
  padding-bottom: 52.5%;
}

.solu5-list .s-item {
  display: flex;
  flex-direction: row-reverse;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.16);
}

.solu5-list .imgshow {
  width: 50%;
}
.intco-medical-box{
    display: flex;
    align-items: center;
    flex-direction: row;
}
.intco-medical-box .text{
    width:49%;
    margin-right:2.5%;
}
.intco-medical-box .text ul li{
    margin-top:25px;
    padding-left:42px;
    position: relative;
    font-size: 20px;
    font-weight: 300;
    color: #1A1A1A;
}
.intco-medical-box .text ul li:before{
    content: '';
    background:#0A74E2;
    width:10px;
    height:10px;
    position: absolute;
    top:15px;
    border-radius:50%;
    left:0;
    opacity: 0.5;
}
.intco-medical-box .pic{
    width:48.5%;
}
.intco-medical-box .pic img{
    width:100%;
    border-radius:20px;
    height:auto;
}
.solu5-list .text {
  width: 50%;
  box-sizing: border-box;
  padding: 0 45px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #1A1A1A;
}

.solu5-list .text h3 {
  margin-bottom: 12px;
  text-transform: capitalize;
}

.solu5-list li {
  margin-bottom: 70px;
}

.solu5-list li:nth-child(2n) .s-item {
  flex-direction: row;
}

.solu5-management {
  background: url("../images/solu5-bg.png") no-repeat 50% 100%;
  background-size:cover;
  margin-top: 7vh;
}

.solu5-management .management-cont {
  position: relative;
  text-align: right;
  padding: 50px 0;
  align-items: center;
  display: flex;
}
.solu5-management  .ny-title{
    margin-top: 0;
}
.solu5-management .text {
  text-align: left;
  width: 62%;
  display: inline-block;
  /*padding-bottom: 70px;*/
}

.solu5-management .text .text-p {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.solu5-management .imgshow {
  width: 38%;
  border-radius: 20px;
  overflow: hidden;
  /*position: absolute;*/
  /*bottom: 0;*/
  box-sizing: border-box;
  margin-right: 100px;
}

.solu5-management .imgshow .img-box {
  padding-bottom: 100%;
}

.packaging-list {
  overflow: hidden;
  margin-bottom: 9vh;
}

.packaging-list ul {
  margin: 0 -71px;
  display: flex;
  flex-wrap: wrap;
}

.packaging-list .imgshow img {
  width: 100%;
}

.packaging-list li {
  width: 50%;
  padding: 0 71px;
  box-sizing: border-box;
}

.packaging-list .p-item {
  display: flex;
  align-items: center;
}

.packaging-list .p-item .icon {
  width: 108px;
  flex-shrink: 0;
  margin-right: 20px;
}

.packaging-list .p-item .text {
  width: 100%;
}

.packaging-list .p-item h4 {
  color: #0A74E2;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.packaging-list .p-item p{
    text-transform: math-auto;
}
.packaging-list li {
  position: relative;
  margin-top: 40px;
}

.packaging-list li:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 112px;
  background-color: #0A74E2;
}

.packaging-list li:nth-child(2n):after {
  display: none;
}

.packaging-list .w100 {
  width: 100%;
}

.packaging-list .w100:after {
  display: none;
}

.solu-solution6 {
  display: flex;
  align-items: center;
  padding: 8vh 0;
  background: url("../images/solu6-bg.png") 100% 100% no-repeat;
  margin-bottom: 8vh;
}

.solu-solution6 .imgshow {
  width: 45%;
}

.solu-solution6 .imgshow ul {
  margin: 0 -8px;
  display: flex;
  flex-wrap: wrap;
}

.solu-solution6 .imgshow .imgshow img {
  width: 100%;
}

.solu-solution6 .imgshow li {
  width: 50%;
  padding: 0 8px;
  box-sizing: border-box;
}

.solu-solution6 .imgshow .img-box {
  padding-bottom: 117.97753%;
}

.solu-solution6 .imgshow .s-item {
  border-radius: 20px;
  overflow: hidden;
}

.solu-solution6 .text {
  width: 55%;
  box-sizing: border-box;
  padding-left: 7%;
}

.contact-top {
  padding: 8vh 0;
  display: flex;
}

.contact-top .webshare {
  margin: 32px 0 52px;
}

.contact-top .sub-tt {
  color: #0A74E2;
}

.contact-top .c-t {
  color: #1A1A1A;
}

.contact-top .con-list {
  width: 46%;
  box-sizing: border-box;
  padding-right: 7%;
}

.contact-top .con-list .con-lx a {
  color: #666666;
  transform: all 0.3s;
}

.contact-top .con-list .con-lx li {
  transition: all 0.3s;
  margin-bottom: 12px;
  display: flex;
  align-items: flex-start;
  line-height:30px;
}

.contact-top .con-list .con-lx li label {
  flex-shrink: 0;
  margin-right: 5px;
  display: flex;
  /*align-items: center;*/
}

.contact-top .con-list .con-lx li:hover {
  color: #0A74E2;
}

.contact-top .con-list .con-lx li:hover a {
  color: #0A74E2;
}

.contact-top .con-list .con-lx .iconfont {
  font-size: 20px;
}
.contact-top .con-list .con-lx li:nth-child(2) .iconfont{
    font-size:28px;
}
.contact-top .con-list .con-lx .icon {
  display: inline-block;
  width: 22px;
  text-align: center;
  margin-right: 5px;
}

.contact-top .msg-grid {
  width: 54%;
  border: 1px solid #ddd;
  border-radius: 24px;
  padding: 24px 40px 40px;
  box-sizing: border-box;
}

.contact-top .usedComp input, .contact-top .usedComp textarea {
  background-color: rgba(22, 87, 161, 0.14);
  border-radius: 10px;
}

.contact-top .usedComp input {
  height: 50px;
}

.contact-top #xhlFormSubmit {
  background-color: #0A74E2;
  text-transform: capitalize;
  margin: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
}

.con-map .img-box {
  padding-bottom: 30.9375%;
}

.about-info {
  display: flex;
  /*margin: 140px 0 0;*/
}

.about-info .imgshow {
  width: 41%;
  border-radius: 20px;
  overflow: hidden;
}

.about-info .imgshow .img-box {
  padding-bottom: 97.74775%;
}

.about-info .text {
  width: 59%;
  box-sizing: border-box;
  padding-left: 7%;
  color: #1A1A1A;
}

.about-info .text .a-t {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
}

.about-info .text .webshare {
  margin-bottom: 0;
  margin-left: 66px;
}

.about-info .text .sub-tt {
  margin-bottom: 12px;
}

.index-profile {
  position: relative;
  padding: 1px 0 0;
}

.index-profile .text {
  text-align: center;
}

.index-profile .title {
  margin-bottom: 20px;
}

.index-profile:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url("../images/about-profile-bg.png") no-repeat 50% 50%;
  background-size: 100% auto;
  opacity: 0.2;
  z-index: -1;
}

.file-iconlist {
  text-align: center;
  color: #0A74E2;
  margin: 60px 0 0;
  overflow: hidden;
}

.file-iconlist ul {
  margin: 0 -78px;
  display: flex;
  flex-wrap: wrap;
}

.file-iconlist .imgshow img {
  width: 100%;
}

.file-iconlist li {
  width: 25%;
  padding: 0 40px;
  box-sizing: border-box;
}

.file-iconlist ul {
  justify-content: center;
}

.file-iconlist .icon {
  width: 88px;
  display: inline-block;
  margin-bottom: 12px;
}

.file-iconlist li {
  position: relative;
}

.file-iconlist li:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 148px;
  background: #C9C9C9;
}

.file-iconlist li:nth-last-child(1):after {
  display: none;
}

.file-numlist {
  background: #F8FCFF;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  border-radius: 14px;
  color: #0A74E2;
  padding: 32px 0;
  transform: translateY(50px);
}

.file-numlist ul {
  display: flex;
}

.file-numlist ul li {
  width: 25%;
}

.file-numlist .n-item {
  text-align: center;
  text-transform: capitalize;
}

.file-numlist em {
  line-height: 1;
  display: inline-block;
}

.about-map {
  margin: 150px 0 0;
  position: relative;
  color: #FFF;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size:cover;
  background-position: center;
  padding-bottom:40px;
}

.about-map .imgshow img {
  width: 100%;
}
.about-map .title {
  color: #FFF;
  margin:5vh 0;
}

.about-map .title .line {
  background-color: #FFF;
}
.about-map .text-p{
    position: relative;
}
.about-map .t-numlist {
  text-align: center;
  width: 25%;
  position: absolute;
  left:0;
  top:0;
  height:100%;
  align-items:center;
  display: flex;
}
.about-map .text-p .map-dot{
    padding-left:23.5%;
}
.about-map .text-p .map-dot .map-box img{
    width:100%;
    height:auto;
}
.about-map .text-p .map-dot .map-box{
    position: relative;
}
.about-map .t-numlist li {
  margin-bottom: 5vh;
}
.about-map .t-numlist li:nth-last-child{
    margin-bottom:0;
}
.about-map .t-numlist .n-t {
  color: #AFDDFF;
}

.map-dot li {
  position: absolute;
  cursor: pointer;
}

.map-dot li:nth-child(1) {
  left: 15%;
  top: 21%;
}

.map-dot li:nth-child(2) {
  left: 50%;
  top: 32.5%;
}

.map-dot li:nth-child(3) {
  left: 19%;
  top: 38%;
}

.map-dot li:nth-child(4) {
  left: 86%;
  top: 41%;
}

.map-dot li:nth-child(5) {
  left: 75.1%;
  top: 60%;
}
@keyframes identifier {
	0%{
		transform: scale(1);
		opacity: 1;
	}
	/*// 50%{*/
	/*// 	transform: scale(2);*/
	/*// 	opacity: 0;*/
	/*// }*/
	100%{
		transform: scale(3);
		opacity: 0;
	}
}
.map-dot .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #B4FDFF;
  position: relative;
}
.map-dot li:hover .yuan{
    animation:  identifier 2s linear infinite;
}
.map-dot .dot .yuan{
	pointer-events: none;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 73px;
	height: 75px;
	background: url('../images/yuan-h.png') no-repeat 50% 50%;
	background-size: 100%;
	margin: -37px 0 0 -36px;
	
}
.map-dot .line {
  height: 115px;
  width: 1px;
  background-color: #B4FDFF;
}

.map-dot .m-t {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 100%;
  margin-left: -21px;
  height: 54px;
  margin-bottom: -10px;
}

.map-dot .m-t span {
  /* white-space: nowrap; */
  width: 220px;
}

.map-dot .m-con {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
}

.map-dot .bottext .m-t {
  bottom: auto;
  top: 100%;
  margin-top: -12px;
}

.map-dot .bottext .m-con {
  bottom: auto;
  top: 100%;
  
}

.about-nswiper {
  position: relative;
}
.about-nswiper .swiper-wrapper{
    height:auto;
}
.about-nswiper .news-swpage {
  right: 0;
  top: 0;
  transform: translateY(-100%);
  margin-top: -30px;
  position: absolute;
  height: 50px;
  width: 120px;
  display: none;
}

.about-nswiper .news-swpage .swiper-button-next {
  right: 0;
}

.about-nswiper .news-swpage .swiper-button-prev {
  left: 0;
}

.about-nswiper .news-swpage .swiper-button-next, .about-nswiper .news-swpage .swiper-button-prev {
  background-color: #FFF;
  border: 1px solid #0A74E2;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.about-nswiper .news-swpage .swiper-button-next:after, .about-nswiper .news-swpage .swiper-button-prev:after {
  display: none;
}

.about-nswiper .news-swpage .swiper-button-next .iconfont, .about-nswiper .news-swpage .swiper-button-prev .iconfont {
  font-size: 24px;
  color: #0A74E2;
}

.about-nswiper .news-swpage .swiper-button-next:hover, .about-nswiper .news-swpage .swiper-button-prev:hover {
  background-color: #0A74E2;
}

.about-nswiper .news-swpage .swiper-button-next:hover .iconfont, .about-nswiper .news-swpage .swiper-button-prev:hover .iconfont {
  color: #fff;
}

.about-devleoper {
  background: url("../images/dev-bg.png") no-repeat 50% 50%;
  background-size: cover;
  padding: 1px 0 18vh;
  margin: 9vh 0 0;
  position: relative;
}

.about-devleoper:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 1;
}

.about-devleoper .m-width-content {
  position: relative;
  z-index: 2;
}

.devloper-siwper {
  position: relative;
}
.devloper-siwper .swiper-wrapper{
    height:auto;
}
.devloper-siwper .swiper-button-next {
  right: 0;
  margin-right: -50px;
}

.devloper-siwper .swiper-button-prev {
  left: 0;
  margin-left: -50px;
}

.devloper-siwper .swiper-button-next, .devloper-siwper .swiper-button-prev {
  background-color: transparent;
  border: 1px solid #0A74E2;
  width: 50px;
  height: 50px;
  margin-top: 0px;
  border-radius: 50%;
  top: 70px;
  transform: translateY(0px);
}

.devloper-siwper .swiper-button-next:after, .devloper-siwper .swiper-button-prev:after {
  display: none;
}

.devloper-siwper .swiper-button-next .iconfont, .devloper-siwper .swiper-button-prev .iconfont {
  font-size: 24px;
  color: #0A74E2;
}

.devloper-siwper .swiper-button-next:hover, .devloper-siwper .swiper-button-prev:hover {
  background-color: #0A74E2;
}

.devloper-siwper .swiper-button-next:hover .iconfont, .devloper-siwper .swiper-button-prev:hover .iconfont {
  color: #fff;
}

.devloper-siwper .swiper-slide {
  padding: 12px 0;
}

.devloper-siwper .swiper-slide .cur .d-item, .devloper-siwper .swiper-slide:hover .d-item {
  background-color: rgba(255,255,255,0.7);
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
}

.devloper-siwper .swiper-slide .cur .d-item .dot, .devloper-siwper .swiper-slide:hover .d-item .dot {
  background-color: #0A74E2;
}

.devloper-siwper .swiper-slide .cur .year, .devloper-siwper .swiper-slide:hover .year {
  color: #0A74E2;
}

.devloper-siwper .swiper-slide .cur .text, .devloper-siwper .swiper-slide:hover .text {
  color: #0A74E2;
}

.devloper-siwper .d-item {
  transition: all 0.3s;
  padding: 32px 0;
  text-align: center;
}

.devloper-siwper .d-item .line {
  height: 2px;
  background-color: #d1d1d1;
  position: relative;
  margin: 12px 0 42px;
}

.devloper-siwper .d-item .dot {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  z-index: 2;
  background-color: #666;
}

.devloper-siwper .d-item .text {
  padding: 0 32px;
  text-align: left;
}

.search-list .img-text .t a {
  white-space: initial;
}

.search-list ul li .li-inner .img-box img {
  width: 100%;
  height: 100%;
}
.news-more-bt{
    text-align: center;
    padding-top:40px;
    text-align: center;
}
.news-more-bt a{
    text-transform:capitalize;
}

.wap-filter{
    display: none;
}
 .f-nav ul{
        display: flex;
        justify-content: space-between;
    }
     .f-nav ul li{
         max-width:25%
     }


.right-fix {
  position: fixed;
  right:20px;
  top: 55%;
  z-index: 10;
}

.right-fix .r-item {
  width:50px;
  height:50px;
  margin-top:5px;
  display: flex;
  justify-content: center;
  align-items: center;
  background:#0B74E3 ;
  
  border-radius: 50%;
}
.right-fix .r-item img{
    width: 24px;
    height: 24px;
}
.right-fix .r-item .h-img{
    /*display: none;*/
}
.right-fix .r-item:hover{
    background: #0A74E2;
}
.right-fix .r-item .d-img{
    display: none;
}
.right-fix .r-item:hover .h-img{
    display: inline-block;
}
.right-fix ul li{
    position: relative;
}
.right-fix .pop{
    position:absolute;
    right:100%;
    top:50%;
    margin-right:8px;
    width:220px;
    box-sizing:border-box;
    padding:10px;
    transition: transform .15s ease-in-out;
    transition-property: transform,opacity,visibility;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    transform: translateY(-50%) translateX(10px) scale(.9);
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 6px 18px 6px rgba(36,91,219,.04), 0 4px 8px rgba(36,91,219,.06), 0 3px 6px -6px rgba(36,91,219,.14);
}
.right-fix li:hover .pop{
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) translateX(0) scale(1);
}
.right-fix .pop svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -8px;
    width: 8px;
    height: auto;
}
@media screen and (max-width: 1919px) {
    .about-map .title{
        margin:4vh 0;
    }
  
}
@media screen and (max-width: 1800px){
  .map-dot .m-t span{
    width: 150px;
  }
  .devloper-siwper{
      padding: 0 50px;
  }
  .devloper-siwper .swiper-button-prev{
      margin-left: 0;
  }
  .devloper-siwper .swiper-button-next{
      margin-right: 0;
  }
} 
@media screen and (max-width: 1700px){
    .map-dot .m-t{
        margin-bottom: -12px;
    }
  .map-dot .m-t span{
    font-size: 12px;
  }
  .map-dot .m-t .icon img{
      width: 42px;
      height: 42px;
  }
} 
@media screen and (max-width: 1601px) {
    .devloper-siwper .swiper-button-next, .devloper-siwper .swiper-button-prev{
        top:60px;
    }
    .adv-toplist ul{
        margin: 0 -10px;
    }
    .adv-toplist ul li{
        padding: 0 10px;
    }
  .ipd-20 {
    padding: 0 20px;
  }
  .m-width-content {
    max-width: 1466px;
  }
  .title h2 {
    font-size: 46px;
  }
  .f-46 {
    font-size: 32px;
  }
  .f-36 {
    font-size: 28px;
  }
  .f-30 {
    font-size: 24px;
  }
  .f-26 {
    font-size: 20px;
  }
  .f-60 {
    font-size: 42px;
  }
  .center-list .c-item h3 {
    font-size: 24px;
  }
  .center-list .c-item p {
    font-size: 16px;
  }
  .center-list .c-item .learn-more {
    font-size: 16px;
  }
  .child-box .c-nav a {
    font-size: 18px;
  }
  .f-64 {
    font-size: 52px;
  }
  .f-24 {
    font-size: 18px;
  }
  .f-40 {
    font-size: 32px;
  }
  .f-22 {
    font-size: 16px;
  }
  .f-80 {
    font-size: 52px;
  }
  .f-28 {
    font-size: 20px;
  }
  body, input, select, button, textarea {
    font-size: 16px;
  }
  .title .f-46 {
    font-size: 32px;
  }
  .title .line, .ny-title .line, .left-menu-title .line {
    height: 42px;
    width: 6px;
  }
  .ny-title h2 {
    font-size: 32px;
  }
  .f-20 {
    font-size: 18px;
  }
  .child-box{
      top:86px;
  }
}

@media screen and (max-width: 1467px) {
    .pro-item dl a{
        padding:5px 30px;
    }
    .center-list .cur .c-item .text p{
        font-size:14px;
    }
    .ny-title{
        margin:5vh 0;
    }
    .solu5-management .imgshow{
        margin-right:40px;
    }
    .solu-list li{
        margin-bottom:0;
    }
    .index-product-list li:nth-child(1) dd:nth-child(even){
        padding-left:10px;
        box-sizing:border-box;
    }
    .index-intcow-grid .imgshow .img-box{
        padding-bottom:86%;
    }
    .solu3-video .video-box{
        max-width:540px;
    }
    .center-list .c-item .text{
        padding-top:40px;
    }
    .center-list .c-item .text p{
        margin-top:15px;
    }
    .center-list .c-item .text h3{
        font-size: 18px;
    }
    .center-list .c-item p{
        font-size: 14px;
    }
   
    .f-nav ul li:nth-last-child(1){
        width:32%;
        max-width: 32%;
    }
    .footer-box .f-nav h3{
        font-size: 20px;
    }
    .footer-box .f-nav dd{
        font-size: 12px;
    }
    .intco-medical-box .text ul li{
        font-size:20px;
        padding-left:25px;
    }
    .intco-medical-box .text ul li:before{
        width:10px;
        height:10px;
        top:10px;
    }
    .child-box {
  top: 86px;}
    .contact-top .c-t h2{
        font-size: 34px;
    }
    .footer-box .f-nav{
        width: 68%;
    }
    .devloper-siwper .swiper-button-next, .devloper-siwper .swiper-button-prev{
       top:60px;
    }
    .index-solu-grid .solu-cont .text li{
        font-size: 14px;
    }
    .index-solu-grid .solu-cont .text li em{
        font-size: 18px;
    }
    .index-intcow-grid dl{
        margin: 15px 0;
    }
    .index-intcow-grid .text h3{
        margin-bottom: 10px;
    }
    .about-map .t-numlist li{
        margin-bottom:3vh;
    }
    .footer-box .f-nav h3{
        margin-bottom: 15px;
    }
    .footer-box .f-left .text{
        margin-bottom: 15px;
    }
    .footer{
        padding: 40px 0 0;
    }
    .contact-top .webshare{
        margin: 24px 0 36px;
    }
    .packaging-list .p-item .icon{
        width: 80px;
    }
    .solu-teamlist .icon .img-pic{
        width: 48px;
    }
    .solu-teamlist .t-item{
        margin-left: 50px;
        padding-left: 64px;
    }
    .solu-teamlist .icon{
        width: 90px;
        height: 90px;
    }
    .solu-advlist .text .icon{
        width: 86px;
        padding: 20px;
    }
    
    body, input, select, button, textarea{
        font-size: 14px;
    }
    .keyfeatures-cont .imgshow .gallery-top2 .top-btns .iconfont{
        width: 24px;
        height: 24px;
        line-height: 24px;
    }
    .keyfeatures-cont .imgshow .gallery-top2 .top-btns{
        padding-bottom: 10px;
    }
    .xhl-controls .xhl-textarea{
        height: 80px;
    }
    .usedComp{
        margin-bottom: 4px;
    }
    .left-contact{
        padding: 24px;
    }
    .left-menu-title h2{
        font-size: 24px;
    }
    .map-dot .line{
        height: 55px;
    }
    .about-map{
        margin-top: 100px;
    }
  
    .index-message-grid .usedComp textarea{
        height: 80px;
    }
    .msg-title h2{
        font-size: 24px;
    }
    .index-message-grid .imgshow{
        width: 55%;
    }
    .index-message-grid .usedComp input{
        height: 40px;
    }
    .index-message-grid .usedComp{
        margin-bottom: 8px;
    }
     .video-box .video-js .vjs-big-play-button{
        width: 46px;
        height:46px;
        background-size: cover;
    }
    .solu3-video .video-box .video-js .vjs-big-play-button{
        width: 60px;
        height: 60px;
        background-size: cover;
    }
    .index-product-list .text{
        width: 60%;
    }
    .index-product-list .text dd{
        font-size: 12px;
    }
    .index-product-list .imgshow{
        width: 40%;
    }
    .index-product-list li:nth-child(2n) .imgshow{
        width: 40%;
    }
    .index-product-list li:nth-child(2n) .text{
        width: 60%;
    }
  .f-16 {
    font-size: 14px;
  }
  .f-20 {
    font-size: 14px;
  }
  .m-width-content {
    max-width: 1100px;
  }
  .index-product-list .p-tag {
    font-size: 80px;
  }
  .f-24 {
    font-size: 16px;
  }
  .index-intcow-grid dl {
    flex-wrap: wrap;
  }
  .index-intcow-grid dl dd {
    max-width: initial;
  }
  .product-list li {
    padding: 0 10px;
  }
  .product-list ul {
    margin: 0 -10px;
  }
  .prodis-cont .text h3 {
    font-size: 24px;
  }
  .prodis-cont .text-p {
    font-size: 14px;
  }
  .prodis-cont dd {
    margin-bottom: 3px;
    font-size: 14px;
  }
  .title.sm-title {
    margin: 40px 0;
  }
  .p-table {
    overflow-x: auto;
  }
  .p-table table {
    min-width: 1000px;
  }
  .index-intcow-grid dl .icon {
    width: 42px;
  }
  .index-solu-grid .solu-cont .text li {
    margin-bottom: 2px;
  }
  .solu-tabitem .icon img {
  
    width: 52px;
    height: 44px;
  }
  .child-box{
      top:83px;
  }
  .index-solu-grid .solu-cont .text .hc-t{
      font-size: 20px;
  }
}
/*平板端*/
@media screen and (max-width: 1200px) {
    .banner .banner-content{
        height:calc(100% - 83px);
        top:83px;
    }
    .f-80{font-size:40px;}
    .banner .see-more{margin-top:20px;}
    .index-intcow-grid .imgshow .img-box{
        padding-bottom: 102%;
    }
    .pro-item{
        margin:5vh 0;
    }
    .solu-list .text{
        padding: 12px 0 24px;
    }
     .banner .swiper-button-next, .banner .swiper-button-prev{
          display: none;
      }
    .center-list .c-item .text h3{
        font-size:16px;
    }
    .center-list .cur .c-item .text p{
        font-size:14px;
    }
    .index-qualifi-grid{
        background-size: 100% !important;
        background-position: 0 0;
        padding-bottom: 10vh;
    }
    .ny-title{
        margin:5vh 0;
    }
    .solu5-management .imgshow{
        margin-right:40px;
    }
    .solu-list li{
        margin-bottom:20px;
    }
    .index-news-grid{
        margin-bottom:10vh;
    }
    .about-info .text .text-p{
        font-size:12px;
    }
    .footer-box .f-left .f-logo{
        width: 95px;
    }
    .webshare a{
        width: 24px;
        height: 24px;
        line-height: 24px;
    }
     .webshare .iconfont{
         font-size: 12px;
     }
     .devloper-siwper .swiper-button-next, .devloper-siwper .swiper-button-prev{
         width: 40px;
         height: 40px;
        top: 66px;
     }
     .pro-item dl a{
         font-size: 20px;
     }
     .literature-cont h3{
         font-size: 16px;
     }
     .literature-cont .icon .iconfont{
         font-size: 24px;
     }
     .solu-tabitem h4{
         font-size: 14px;
     }
     .ny-title h2{
         font-size: 28px;
     }
     .solu-teamlist h3{
         font-size: 20px;
     }
     .philoshop-list .text{
         display: none;
     }
     .philoshop-list .p-item .h-text{
         visibility: visible;
         opacity: 1;
         transform: translateY(0);
     }
}
@media screen and (max-width: 1000px) {
    .index-center-grid .wap-list{
     display: block;
}
.index-center-grid .pc-list{
    display: none;
}
    /*.center-list{*/
    /*    display: none;*/
    /*}*/
    /*.center-listswiper{*/
    /*    display: block;*/
    /*}*/
    .index-intcow-grid .imgshow .img-box{
        padding-bottom:50%;
    }
    .banner .banner-content{
        height:100%;
        top:0;
    }
    .crumbs-box{
        font-size:12px;
    }
    .crumbs-box i{
        font-size:12px;
    }
    .index-qualifi-grid .title{
        margin-bottom: 14px;
    }
    .index-center-grid{
        padding: 32px 0 1px;
    }
    .index-solu-grid .solu-cont .text .hc-t{
        font-size: 18px;
    }
    .center-list .c-item:hover h3{
        color: #1a1a1a;
    }
    .nav-box .logo .logo-h{display:inline-block !important;}
    .nav-box .logo .logo-d{
        display: none !important;
    }
  .f-46 {
    font-size: 24px;
  }
  #menuPc {
    display: none;
  }
  .mm-opened #menuWap {
    display: block;
  }
  #page {
    background: #FFFFFF;
  }
  .header {
    position: sticky;
    top: 0;
    padding: 10px 0;
    background:rgba(255,255,255,0.3);
  }
  .nav-box{
      padding-right: 50px;
  }
  .nav-box .h-tool{
      color:#333;
      flex: initial;
  }
  .nav-box .h-ss{
      color:#333;
  }
  .lan-box{
      color:#333;
  }
  .lan-box .gtranslate_wrapper .gt_switcher-popup{
      color:#333;
  }
  .lan-box .gtranslate_wrapper .gt_switcher-popup span{
      color:#333 !important;
  }
  .gt_white_content{
      margin-left:auto !important;
      transform: translateX(-50%);
  }
  .btn-nav {
    position: absolute;
    background: transparent;
    border: none;
    padding: 21px 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;
    transform: translateY(-50%);
    top: 50%;
    right: 20px;
  }
  .icon-bar {
    display: block;
    margin: 6px 0;
    width: 30px;
    height: 2px;
    background-color: #0A74E2;
    /*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(7px) rotateZ(45deg);
    -moz-transform: translateY(7px) rotateZ(45deg);
    -ms-transform: translateY(7px) rotateZ(45deg);
    -o-transform: translateY(7px) rotateZ(45deg);
    transform: translateY(7px) rotateZ(45deg);
  }
  .mm-opening .bottom {
    -webkit-transform: translateY(-9px) rotateZ(-45deg);
    -moz-transform: translateY(-9px) rotateZ(-45deg);
    -ms-transform: translateY(-9px) rotateZ(-45deg);
    -o-transform: translateY(-9px) rotateZ(-45deg);
    transform: translateY(-9px) rotateZ(-45deg);
  }
  .mm-opening .middle {
    width: 0;
  }
  #menuWap .mm-listview .mm-next:before{
      display: none;
  }
  .banner .bg-box {
    display: none;
  }
  /*.banner .banner-content {*/
  /*  display: none;*/
  /*}*/
  .banner .banner-content h4{
      font-size: 16px;
  }
  .banner .see-more{
      margin-top: 16px;
      padding: 9px 18px;
      font-size: 12px;
  }
  .banner .wap-box {
    display: block;
  }
  .banner .swiper-slide .video-box {
    display: none;
  }
  .nav-box .logo img {
    width: auto;
    height: 46px;
  }
  .nav-box .h-tool .icon-diqiu {
    display: none;
  }
  .nav-box .h-ss {
    margin-right: 10px;
  }
 
  .index-intcow-grid {
    flex-wrap: wrap;
    margin: 40px 0 0;
    flex-direction: column;
  }
  .index-intcow-grid .imgshow, .index-intcow-grid .text {
    width: 100%;
  }
  .index-intcow-grid .text {
    padding-left: 0;
    margin-bottom: 20px;
  }
  .index-intcow-grid .text h3 {
    margin: 24px 0;
  }
  .index-intcow-grid dl .icon {
    width: 26px;
    margin-right: 5px;
  }
    .index-intcow-grid dl .d-t{
        font-size: 12px;
    }
  .index-product-list .p-tag {
    display: none;
  }
  .index-product-list .p-item, .index-product-list li:nth-child(2n) .p-item {
    flex-direction: column;
  }
  .index-product-list .imgshow, .index-product-list .text {
    width: 100% !important;
    padding-right:0;
  }
  .title h2 {
    font-size: 24px;
  }
  .index-product-list li {
    margin-bottom: 24px;
  }
  .title .line, .ny-title .line, .left-menu-title .line {
    height: 32px;
  }
  .index-product-list li:nth-child(1n) .imgshow {
    text-align: center;
  }
  .index-product-list li:nth-child(2n) .imgshow {
    text-align: center;
  }
  .index-solu-grid .solu-cont {
    flex-direction: column;
    margin-bottom: 0;
  }
  .index-solu-grid .solu-cont .imgshow, .index-solu-grid .solu-cont .text {
    width: 100%;
  }
  .index-solu-grid .solu-cont .imgshow {
    margin: 0 0 24px;
  }
  .title {
    margin: 40px 0 32px;
  }
  .center-list li {
    width: 100%;
    margin-left:0;
    margin-bottom:20px;
  }
  .center-list .c-item .text{
      padding:20px;
  }
  .center-list li.cur{width:100%;}
.center-list .c-item .text p{
    margin-top:10px;
    opacity:1;
    visibility: visible;
    transform: translateY(0);
    font-size:14px;
}

  .center-list .c-item h3 {
    font-size: 14px;
  }
  .index-news-list li {
    width: 100%;
    margin-bottom: 12px;
  }
  .index-news-grid {
    margin-bottom: 0;
  }
  .index-message-grid .msg-grid {
    flex-direction: column;
  }
  .index-message-grid .imgshow, .index-message-grid .text {
    width: 100%;
    padding-left: 0;
  }
  .index-message-grid .text {
    margin-top: 20px;
  }
  .footer-box .f-left, .footer-box .f-nav {
    width: 100%;
  }
  .footer-box .f-nav li {
    width: 100%;
    display: none;
  }
  .footer-box .f-nav li:nth-last-child(1) {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  .footer-box .f-left .f-logo {
    width: 120px;
    margin: 0;
  }
  .footer {
    padding: 32px 0 0;
  }
  .foot-copy {
    margin-top: 32px;
  }
  .footer-box .f-nav h3 {
    font-size: 18px;
    display: none;
  }
  .inner-banner h3 {
    font-size: 24px;
  }
  .inner-banner .inner-text {
    padding: 20px;
    justify-content: flex-start;
    text-align: center;
  }
  .inner-banner .inner-text.hc-s-p{
      bottom:48px;
      justify-content:center;
  }
  .inner-banner .b-bot {
    position: relative;
    background-color: rgba(22, 87, 161, 0.4);
  }
  .about-info {
    flex-wrap: wrap;
    /*margin: 32px 0 0;*/
    padding-bottom:40px;
  }
  .about-info .imgshow, .about-info .text {
    width: 100%;
    padding-left: 0;
  }
  .about-info .imgshow {
    margin-bottom: 12px;
  }
  .about-info .text .a-t {
    flex-wrap: wrap;
  }
  .about-info .text .webshare {
    margin: 12px 0 0 0;
    display: block;
    width: 100%;
  }
  .file-iconlist li {
    width: 33%;
    padding: 0;
  }
  .file-iconlist ul {
    margin: 0;
  }
  .file-iconlist .icon {
    width: 46px;
  }
  .file-iconlist h4 {
    font-size: 12px;
  }
  .file-iconlist li:after {
    display: none;
  }
  .file-iconlist {
    margin: 32px 0;
  }
  .file-numlist .n-t {
    font-size: 24px;
  }
  .file-numlist ul li {
    margin-top: 20px;
    width: 50%;
  }
  .file-numlist ul li:nth-child(1),
  .file-numlist ul li:nth-child(2){
      margin-top:0;
  }
  .file-numlist ul li h4 {
    font-size: 12px;
  }
  .file-numlist ul {
    flex-wrap: wrap;
  }
  .about-map .text {
    position: relative;
  }
  .about-map .title {
    /*color: #1A1A1A;*/
    margin:40px 0;
  }
  .about-map .title .line {
    /*background-color: #1A1A1A;*/
  }
  .about-map .t-numlist{
      position: relative;
      margin-bottom:20px;
      height:auto;
  }
  .map-dot .m-con {
    position: initial;
    color: #1A1A1A;
    display: block;
    transform: translateX(0);
  }
  .map-dot .m-con .icon {
    display: none;
  }
  .map-dot .m-t span{
      font-size: 12px;
      color: #FFF;
      transform: scale(0.8);
  }
  .map-dot .line {
    display: none;
  }
  .map-dot .dot {
    /*display: none;*/
  }
  .map-dot li {
    /*position: initial;*/
    /*margin-bottom:10px;*/
  }
  .map-dot .m-t {
    /*position: initial;*/
    /*text-align: left;*/
    /*justify-content: flex-start;*/
    /*width: 100%;*/
    /*box-sizing: border-box;*/
    /*margin-left: 0;*/
    left: 50%;
    margin-left: 0;
    transform: translateX(-50%);
  }
  .about-map .t-numlist {
    width: 100%;
    justify-content: center;
  }
  .about-map .t-numlist li {
    margin-bottom: 12px;
  }
  .t-numlist h4 {
    /*color: #1A1A1A;*/
  }
  .about-map .text-p .map-dot{
      padding-left:0;
  }
  .t-numlist .n-item {
    display: flex;
    align-items: center;
  }
  .about-map .t-numlist .n-t {
    margin-right: 12px;
    font-size: 24px;
  }
  .news-item {
    margin: 32px 0 24px;
    display: flex;
    flex-wrap: wrap;
  }
  .news-item a {
    font-size: 12px;
    margin-bottom: 12px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48%;
    margin-right: 2%;
    padding: 12px 5px;
 
  }
  .news-item a:nth-child(2n) {
    margin-right: 0;
  }
  .about-nswiper .news-swpage {
    width: 100%;
    height: auto;
    margin-top: initial;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    display: none;
  }
  .devloper-siwper .swiper-button-next {
    margin-right: 0;
  }
  .devloper-siwper .swiper-button-prev {
    margin-left: 0;
  }
  .index-message-grid {
    padding: 32px 0;
  }
  .pro-item dl .p-icon {
    width:30px;
    height:30px;
    margin-right: 5px;
  }
  .pro-item dl a {
      justify-content: center;
    padding: 12px 4px;
    font-size: 12px;
    box-sizing: border-box;
  }
  .pro-item dl dd {
    margin: 0 2%;
    width: 46%;
    text-align: center;
  }
  .pro-item {
    margin: 32px 0 24px;
  }
  .product-list li {
    width: 50%;
  }
  .product-list .text {
    padding: 8px 12px;
    font-size: 12px;
  }
  .product-list .text h3 {
    font-size: 14px;
  }
  .page-box {
    padding: 50px 0;
  }
  .title .f-46 {
    font-size: 24px;
  }
  .literature-cont h3 {
    font-size: 14px;
    align-items: center;
    display: flex;
  }
  .literature-cont h3 .iconfont {
    margin-left: 12px;
  }
  .prodis-swiper .gallery-thumbs {
    position: relative;
    width: 100%;
    height: auto;
  }
  .prodis-swiper {
    width: 100%;
    flex-wrap: wrap;
  }
  .prodis-swiper .gallery-top {
    width: 100%;
    margin-bottom: 12px;
  }
  .prodis-swiper .gallery-thumbs .img-box {
    padding-bottom: 100%;
    height: 0;
  }
  .prodis-cont .text {
    width: 100%;
    padding-left: 0;
    margin-top: 24px;
  }
  .prodis-cont {
    margin: 40px 0 0;
  }
  .prodis-cont .links a {
    font-size: 14px;
  }
  .keyfeatures-cont {
    flex-direction: column;
  }
  .keyfeatures-cont .imgshow, .keyfeatures-cont .text {
    width: 100%;
  }
  .keyfeatures-cont .text h3 {
    font-size: 24px;
    margin: 24px 0;
  }
  .keyfeatures-cont .imgshow .gallery-top2 {
    width: 100%;
  }
  .keyfeatures-cont .imgshow .gallery-thumbs2 {
    position: initial;
    width: 100%;
    height: auto;
    margin: 12px 0 0;
  }
  .keyfeatures-cont .imgshow .gallery-thumbs2 .img-box {
    height: 0;
    padding-bottom: 100%;
  }
  .p-table table th, .p-table table td {
    font-size: 14px;
  }
  .p-table td {
    padding: 5px;
  }
  .p-table th {
    padding: 5px;
  }
  .literature-cont .l-item {
    padding: 12px;
  }
 
  .solu-list li {
    width: 50%;
    margin-bottom: 0;
  }
  .solu-list .text h3 {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .solu-list .text {
    padding: 12px 0;
  }
  .see-more {
    font-size: 14px;
    padding: 12px 24px;
  }
  .see-more.bor{
       padding: 10px 24px;
  }
  .solu-list {
    padding: 40px 0;
  }
  .solu-tabitem dl {
    overflow-x: auto;
  }
  .solu-tabitem dl dd {
    width: 36vw;
    padding: 8px 5px;
    flex-shrink: 0;
  }
  .solu-tabitem h4 {
    font-size: 12px;
    margin-top: 8px;
  }
  .solu-tabitem .icon img {
     width: 36px;
    height: 30px;
  }
  .solu-tabitem {
    margin: 40px 0 0;
  }
  .ny-title h2 {
    font-size: 24px;
  }
  .adv-toplist li {
    width: 100%;
    margin-bottom: 12px;
  }
  .adv-toplist .a-item {
    padding: 12px;
  }
  .adv-toplist .a-item .icon {
    flex-shrink: 0;
  }
  .solu-advlist li {
    width: 50%;
  }
  .solu-advlist .text {
    display: none;
  }
  .solu-advlist .h-text {
    position: relative;
    visibility: visible !important;
    opacity: 1 !important;
    transform: translateY(0);
    margin-top: 12px;
    background-color: transparent;
    color: #0A74E2;
  }
  .solu-advlist .h-text h3 {
    font-size: 14px;
  }
  .solu-advlist .s-item {
    margin-bottom: 12px;
  }
  .solu-teamlist .t-item {
    padding: 24px;
    margin: 0;
    border-radius: 20px;
  }
    .solu-advlist .s-item .imgshow{
            border-radius: 20px;
    overflow: hidden;
    }
  .solu-teamlist .icon {
    transform: translate(-50%, -50%);
    top: 0;
    width: 46px;
    height: 46px;
    left: 50%;
  }
  .solu-teamlist .icon .img-pic {
    width: 23px;
  }
  .philoshop-list li {
    padding: 0 5px;
  }
  .philoshop-list ul {
    margin: 0 -5px;
  }
  .philoshop-list .text {
    display: none;
  }
  .philoshop-list .imgshow{
      border-radius: 8px;
  }
  .philoshop-list .h-text {
    position: relative;
    color: #333;
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    background-color: transparent;
    padding: 12px 0 0;
    font-size: 12px;
    text-align: left;
    border-radius: 0;
  }
  .philoshop-list .h-text h3 {
    font-size: 14px;
    margin-bottom: 12px;
    width: 100%;
    box-sizing: border-box;
  }
  .philoshop-list .p-item {
    margin-bottom: 12px;
    border-radius: 0;
  }
  .solu3-testlist .t-item {
    flex-wrap: wrap;
  }
  .solu3-testlist .imgshow, .solu3-testlist .t-item .text {
    width: 100%;
  }
  .solu3-testlist .t-item .text {
    margin: 12px 0 0;
  }
  .solu3-testlist .t-item h3 {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .solu3-video {
    margin: 32px 0 0;
  }
  .solu4-honorlist li {
    padding: 0 8px;
    width: 50%;
  }
  .solu4-honorlist ul {
    margin: 0 -8px;
  }
  .solu5-list .s-item, .solu5-list li:nth-child(2n) .s-item {
    flex-direction: column;
  }
  .solu5-list .imgshow, .solu5-list .text {
    width: 100%;
  }
  .solu5-list .text {
    padding: 12px;
  }
  .solu5-list .text h3 {
    font-size: 16px;
  }
  .solu5-list li {
    margin-bottom: 12px;
  }
  .solu5-management {
    margin-top: 0;
  }
  .solu5-management .imgshow {
    /*display: none;*/
    width: 100%;
    margin: 0 0 12px;
  }
  .solu5-management .text {
    width: 100%;
  }
  .ny-title {
    margin: 32px 0;
  }
  .solu5-management .management-cont {
    padding-bottom: 32px;
    flex-direction: column;
  }
  .packaging-list .p-item {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
  .packaging-list .p-item .icon {
    width: 46px;
    margin: 0 0 12px;
  }
  .packaging-list li {
    padding: 0 10px;
  }
  .packaging-list li p {
    font-size: 12px;
  }
  .packaging-list ul {
    margin: 0 -10px;
  }
  .packaging-list .p-item h4 {
    font-size: 14px;
  }
  .packaging-list li:after {
    display: none;
  }
  .packaging-list {
    margin-bottom: 50px;
  }
  .solu-solution6 {
    flex-direction: column;
    padding: 32px 0;
  }
  .solu-solution6 .imgshow, .solu-solution6 .text {
    width: 100%;
    padding-left: 0;
  }
  .solu-solution6 .imgshow {
    margin-bottom: 12px;
  }
  .solu-solution6 .text {
    font-size: 14px;
  }
  .contact-top .c-t h2 {
    font-size: 24px;
  }
  .contact-top {
    flex-direction: column;
    padding: 32px 0;
  }
  .contact-top .con-list {
    width: 100%;
    padding-right: 0;
  }
  .contact-top .msg-grid {
    width: 100%;
    padding: 12px;
    border-radius: 10px;
  }
  body, input, select, button, textarea {
    font-size: 14px;
  }
 
  .contact-top .webshare {
    margin: 24px 0;
  }
  .search-list ul li .li-inner .imgshow {
    width: 100%;
  }
  .search-list ul li .li-inner .img-text {
    width: 100%;
  }
  .search-list ul li .li-inner .imgshow {
    margin-bottom: 12px;
  }
  .banner .swiper-button-next, .banner .swiper-button-prev {
    width: 26px;
    height: 26px;
  }
  .banner .swiper-button-next .iconfont, .banner .swiper-button-prev .iconfont{
      font-size:18px;
  }
  .banner .swiper-pagination-bullet{
      width:5px;
      height:5px;
  }
  .index-product-gird{
      margin-top:20px;
  }
  .index-intcow-grid dl{
      margin:20px 0;
  }
  .index-product-list dd{
      width:100% !important;
  }
  .video-box .video-js .vjs-big-play-button{
      width:30px;
      height:30px;
      background-size:cover;
  }
  
  .index-solu-grid .solu-cont .text li em{
      font-size:18px;
      margin-right:5px;
  }
  .index-solu-grid .solu-cont .text li{
      font-size:14px;
  }
  .index-solu-grid{
      padding-bottom:40px;
  }
  .index-qualifi-grid .sub-tt{
      font-size:14px;
  }
  .qualifi-swiper .q-item .q-pic{
      width:auto;
  }
  .index-qualifi-grid{
      background-size:100% auto;
      padding: 0px 0 30px;
  }
  .index-message-grid .imgshow{
      display: none;
  }
  .index-product-list h3{
      text-align: center;
      font-size: 18px;
  }
  .center-list .c-item .learn-more{
      background-size:20%;
      padding-right:45px;
  }
  .nav-box .h-ss .iconfont{
      font-weight: bold;
  }
 
  .index-intcow-grid .btn-con,.index-product-list .btn-con,.index-solu-grid .news-more-bt{
      text-align: center;
  }
 .title{
     text-align: center;
 }
 .qualifi-swiper .swiper-slide{
    width: 20%;
    box-sizing: border-box;
    padding: 0 5px;
    margin-bottom: 10px;
 }
 .qualifi-swiper .swiper-wrapper{
     flex-wrap: wrap;
     margin: 0 -5px;
 }
 .news-more-bt{
     padding: 32px 0;
 }
 .index-message-grid #xhlFormSubmit{
     height: 44px;
     line-height: 44px;
     margin: 24px auto 0;
 }
 .file-iconlist h4{
     padding: 0 5px;
 }
 .index-profile{
     background-size: auto !important;
 }

 .about-nswiper .news-swpage .swiper-button-next, .about-nswiper .news-swpage .swiper-button-prev{
     /*top: 50%;*/
     /*margin-top: 0;*/
     /*transform: translateY(-50%);*/
     width: 40px;
     height:40px;
 }
 .about-nswiper .news-swpage .swiper-button-next .iconfont, .about-nswiper .news-swpage .swiper-button-prev .iconfont{
     font-size: 20px;
 }
 .content-left{
     display: none;
 }
 .content-right{
     width: 100%;
 }
 .devloper-siwper .swiper-button-next, .devloper-siwper .swiper-button-prev{
     width: 40px;
     height:40px;
     
 }
 .about-devleoper{
     padding: 1px 0 50px;
     margin: 32px 0 0;
 }
 .mm-listview>li>a, .mm-listview>li>span{
     text-transform: uppercase;
 }
 .solu-tabitem{
     border-radius: 5px;
 }
 .con-lx ul{
     display: flex;
     width: 100%;
     flex-wrap: wrap;
 }
 .con-lx li{
     width: 100%;
 }
 .con-lx li:nth-child(1),.con-lx li:nth-last-child(1){
     width: 100%;
 }
 .wap-lang a{
     color: rgba(0,0,0,0.7);
 }
 .wap-lang {
     padding: 12px 20px;
 }
.file-numlist{
    transform: translateY(0);
    padding:20px 0;
}

.about-map{
    margin-top: 40px;
}
.p-table table{
    width: 100%;
}
.con-map .img-box{
    padding-bottom: 80%;
}
.solu-tabitem{
    display: none;
}
.wap-filter {
  display: block;
  position: relative;
  z-index: 2;
}
.wap-filter:hover .f-erji{
    top:100%;
    opacity: 1;
    visibility: visible;
}
.wap-filter .f-tt a {
  padding:30px 0px 0;
  display: flex;
  align-items: center;
  color: #1a1a1a;
  font-size: 18px;
}
.wap-filter .f-tt .iconfont {
  font-size: 24px;
  transition: all 0.4s;
}
.wap-filter .f-erji {
  position: absolute;
  top: 90%;
  background-color: rgba(255,255,255,0.9);
  width: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
  box-shadow: 0px 5px 10px 0px #b7b9c1;
}
.wap-filter .f-erji a {
  padding: 10px 20px;
}
.wap-filter .f-erji h4{
    font-weight: 400;
}
.wap-filter dd .img-d{
    display: none ;
}
.wap-filter dd  img{
    width: 24px;
}
.wap-filter dd  a{
    color: #333;
      display: flex;
  align-items: center;
}
.wap-filter dd  .icon{
    margin-right: 8px;
}
.index-product-list li:nth-child(2n) .text{
    padding-left: 0;
}
.map-dot li:nth-child(2){
    left: 50.5%;
    top: 33%;
}

.intco-medical-box{
    flex-direction:column-reverse;
}
.intco-medical-box .text{
    width:100%;
    margin-right:0;
    margin-top:20px;
}
.intco-medical-box .pic{
    width:100%;
}
.footer:after{
    z-index: 1;
}
.footer .m-width-content,.foot-copy{
    position: relative;
    z-index: 2;
}
.banner .banner-content .text{
    padding: 0;
}
.index-product-list .see-more{
    min-width: 145px;
}
.solu-solution4{padding-top:0;}
.index-product-list li:nth-child(1) dd:nth-child(even){padding-left:0;}

}

    /*----------Last-news导航自适应Start---------------*/
            @media (max-width:1000px){
            .news-item{
                flex-wrap:nowrap !important;
            }
            .news-item a{
                margin-right:10px !important;
                min-width: 120px !important;
                padding: 12px 0 !important;
            }
            .news-item.f-24.fb300.hc-news-item{
                overflow:auto !important;
            }
            .news-item{
                justify-content:initial !important;
            }
        }
    
    /*----------Last-news导航自适应End---------------*/
    
@media screen and (max-width: 800px) {
  .right-fix {
  top: 35%;
}
.wapshow{
    display: block;
}
.pcshow{
    display: none;
}


    
}

/* 首页解决方案 开始 */
.solu-item {
  border: 1px solid #DDDDDD;
  border-radius: 100px;
  margin-bottom: 64px;
}
.solu-item .f-16 {
  font-weight: bold;
}
.solu-tabbox a {
  color: #0A74E2;
}
.solu-item a {
  display: block;
  font-weight: 500;
  padding: 20px 0;
  text-align: center;
  border-radius: 100px;
  transition: all 0.3s;
  color: #1A1A1A;
  text-transform: capitalize;
}
.solu-item .swiper-slide-thumb-active a {
  background-color: #0A74E2;
  color: #FFF;
}
.solu-tabbox {
  position: relative;
  z-index: 2;
  color: #262626;
}
.solu-tabbox .swiper-slide {
  padding-top: 5px;
}
.solu-tabbox .s-item {
  display: flex;
}
.solu-tabbox .s-item .imgshow {
  width: 48%;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.3s;
}
.solu-tabbox .s-item .imgshow .img-box {
  padding-bottom: 69.1906%;
}
.solu-tabbox .s-item .imgshow:hover {
  transform: translateY(-5px);
}
.solu-tabbox .s-item .text {
  width: 52%;
  box-sizing: border-box;
  padding-left: 2%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.solu-tabbox .s-item .text h3 {
  margin-bottom: 32px;
  color: #1A1A1A;
}
.solu-tabbox .s-item .text p {
  margin-bottom: 6px;
}
@media screen and (max-width: 1601px) {
  .solu-item .f-16 {
    font-size: 13px !important;
    font-weight: bold;
  }
}
@media screen and (max-width: 1401px) {
  .solu-item .f-16{
    font-size: 12px!important;
    font-weight: bold;
  }
}
@media screen and (max-width: 1000px) {
  .solu-item {
    display: none;
  }
  .solu-tabbox .s-item {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .solu-tabbox .s-item .text h3{
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .solu-tabbox .s-item .imgshow {
    width: 100%;
  }
  .solu-tabbox .s-item .text {
    width: 90%;
    padding-left: 2%;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .solu-tabbox .s-item .text h3 {
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 4px;
  }
  .solu-tabbox .s-item .text {
    width: 100%;
    padding-bottom: 40px;
    text-align: left;
  }
}
/* 首页解决方案 结束 */
.index-product-list em {
  font-style: normal;
}